RowHeaderSelectedBackgroundColor Property
In This Topic
Gets or sets the UIKit.UIColor that is used to paint row header background for selected cells.
Syntax
'Declaration
<Foundation.ExportAttribute("RowHeaderSelectedBackgroundColor")>
<BrowsableAttribute(True)>
Public Property RowHeaderSelectedBackgroundColor As UIKit.UIColor
'Usage
Dim instance As GridBase
Dim value As UIKit.UIColor
instance.RowHeaderSelectedBackgroundColor = value
value = instance.RowHeaderSelectedBackgroundColor
[Foundation.Export("RowHeaderSelectedBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor RowHeaderSelectedBackgroundColor {get; set;}
See Also