ComponentOne Xamarin.Android
GroupRowBackgroundColor Property


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : GroupRowBackgroundColor Property
Gets or sets the Nullable of the group row background.
Syntax
'Declaration
 
Public Property GroupRowBackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As FlexGrid
Dim value As Nullable(Of Color)
 
instance.GroupRowBackgroundColor = value
 
value = instance.GroupRowBackgroundColor
public Nullable<Color> GroupRowBackgroundColor {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members