Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRowCell Class / Class Property

In This Topic
    Class Property (GridGroupRowCell)
    In This Topic
    Gets or sets the CSS class applied to the component.
    Syntax
    'Declaration
     
    
    Public Property Class As String
    public string Class {get; set;}
    See Also