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


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