FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / AlternatingRowStyle Property

In This Topic
    AlternatingRowStyle Property
    In This Topic
    Gets or sets the System.Windows.Style of the odd-numbered rows cells.
    Syntax
    'Declaration
     
    Public Property AlternatingRowStyle As Style
    public Style AlternatingRowStyle {get; set;}
    See Also