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

In This Topic
    OddRowStyle Property (C1ListBase)
    In This Topic
    Returns or sets the C1.Win.C1List.Style object that controls the appearance of an odd-numbered row.
    Syntax
    'Declaration
     
    
    Public Property OddRowStyle As Style
    public Style OddRowStyle {get; set;}
    Remarks

    This property sets or returns the C1.Win.C1List.Style object that controls the appearance of an odd-numbered row in a list or split where the AlternatingRows property is set to True. By default, this is the built-in OddRow style.

    To change the appearance of even-numbered rows, set the EvenRowStyle property.

    See Also