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

In This Topic
    ActualAlternatingRowStyle Property
    In This Topic
    Gets the actual style that will be applied to the cells of an odd-numbered row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualAlternatingRowStyle As C1Style
    public C1Style ActualAlternatingRowStyle {get;}
    See Also