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

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