Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / GroupRowTextColor Property


In This Topic
    GroupRowTextColor Property
    In This Topic
    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