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


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