ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / OddRowStyle Property

In This Topic
    OddRowStyle Property (Split)
    In This Topic
    Gets or sets the Style object that controls the appearance of an odd-numbered row when using C1.Win.C1List.ListBase.C1ListBase.AlternatingRows.
    Syntax
    'Declaration
     
    
    Public Property OddRowStyle As Style
    public Style OddRowStyle {get; set;}
    See Also