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

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