Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRowCell Class / GroupTextColor Property

In This Topic
    GroupTextColor Property (GridGroupRowCell)
    In This Topic
    Gets or sets the color of the group text.
    Syntax
    'Declaration
     
    
    Public Property GroupTextColor As C1Color
    public C1Color GroupTextColor {get; set;}
    See Also