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

In This Topic
    ColumnHeaderStyle Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Style of the column headers.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaderStyle As C1Style
    public C1Style ColumnHeaderStyle {get; set;}
    See Also