C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / SelectionBackgroundColor Property


In This Topic
SelectionBackgroundColor Property (GridBase)
In This Topic
Gets or sets the UIKit.UIColor that is used to paint the background of selected cells.
Syntax
'Declaration
 
<Foundation.ExportAttribute("SelectionBackgroundColor")>
<BrowsableAttribute(True)>
Public Property SelectionBackgroundColor As UIKit.UIColor
 
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.SelectionBackgroundColor = value
 
value = instance.SelectionBackgroundColor
See Also