Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / C1GridControl Class / ActualCellStyle Property

In This Topic
    ActualCellStyle Property (C1GridControl)
    In This Topic
    Gets the actual style that will be applied to cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualCellStyle As C1Style
    public C1Style ActualCellStyle {get;}
    See Also