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

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