ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / EvenRowStyle Property

In This Topic
    EvenRowStyle Property (DropDownList)
    In This Topic
    Returns or sets the Style object that controls the appearance of an even-numbered row.
    Syntax
    'Declaration
     
    
    Public Property EvenRowStyle As Style
    public Style EvenRowStyle {get; set;}
    Remarks

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

    To change the appearance of odd-numbered rows, set the C1.Win.C1List.ListBase.C1ListBase.OddRowStyle property.

    See Also