ComponentOne Xamarin.iOS
GroupRowBackgroundColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : GroupRowBackgroundColor Property
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

Reference

FlexGrid Class
FlexGrid Members