ComponentOne Xamarin.Android
GroupRowTextColor Property


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

Reference

FlexGrid Class
FlexGrid Members