C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / GroupRowBackgroundColor Property


In This Topic
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
See Also