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

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