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

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