Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupRowFontStyle Property

In This Topic
    GroupRowFontStyle Property
    In This Topic
    Gets or sets the font style applied to group row cells.
    Syntax
    'Declaration
     
    
    Public Property GroupRowFontStyle As Nullable(Of C1StyleFontStyle)
    public Nullable<C1StyleFontStyle> GroupRowFontStyle {get; set;}
    See Also