ComponentOne List for WinForms
C1.Win.C1List 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 Boolean
    public bool AlternatingRowStyle {get; set;}
    See Also