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

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