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

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