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

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