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

In This Topic
    ColumnHeaderFontFamily Property
    In This Topic
    Gets or sets the font family applied to column header cells.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaderFontFamily As String
    public string ColumnHeaderFontFamily {get; set;}
    See Also