True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Split Class / AlternatingRowStyle Property

In This Topic
    AlternatingRowStyle Property (Split)
    In This Topic
    Gets or sets a value indicating whether the split uses the OddRowStyle for odd-numbered rows and EvenRowStyle for even-numbered rows.
    Syntax
    'Declaration
     
    Public Property AlternatingRowStyle As System.Boolean
    public System.bool AlternatingRowStyle {get; set;}
    See Also