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

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