Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / TopLeftHeaderStyle Property

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