ComponentOne Xamarin.Android
GroupTextColor Property


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

Reference

GridGroupRowCell Class
GridGroupRowCell Members