FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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 Style
    public Style ActualAlternatingRowStyle {get;}
    See Also