GroupRowBackgroundColor Property
In This Topic
Gets or sets the UIKit.UIColor of the group row background.
Syntax
'Declaration
<Foundation.ExportAttribute("GroupRowBackgroundColor")>
<BrowsableAttribute(True)>
Public Property GroupRowBackgroundColor As UIKit.UIColor
'Usage
Dim instance As FlexGrid
Dim value As UIKit.UIColor
instance.GroupRowBackgroundColor = value
value = instance.GroupRowBackgroundColor
[Foundation.Export("GroupRowBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor GroupRowBackgroundColor {get; set;}
See Also