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


In This Topic
    GroupRowTextColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color of the text and glyphs of the group rows.
    Syntax
    'Declaration
     
    
    Public Property GroupRowTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Xamarin.Forms.Color
     
    instance.GroupRowTextColor = value
     
    value = instance.GroupRowTextColor
    public Xamarin.Forms.Color GroupRowTextColor {get; set;}
    See Also