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

In This Topic
    EvenRowStyle Property (C1Combo)
    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;}
    See Also