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
[Foundation.Export("ColumnHeaderSelectedBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor ColumnHeaderSelectedBackgroundColor {get; set;}
See Also