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

In This Topic
    TopLeftCellStyle Property
    In This Topic
    Gets or sets the style applied to cells in the top left corner.
    Syntax
    'Declaration
     
    
    Public Property TopLeftCellStyle As C1Style
    public C1Style TopLeftCellStyle {get; set;}
    See Also