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

In This Topic
    RowStyle Property
    In This Topic
    Gets or sets the style applied to row cells.
    Syntax
    'Declaration
     
    
    Public Property RowStyle As C1Style
    public C1Style RowStyle {get; set;}
    See Also