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

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