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

In This Topic
    RowSubDividerColor Property (C1Combo)
    In This Topic
    Returns or sets the color of a RowSubDivider.
    Syntax
    'Declaration
     
    
    Public Property RowSubDividerColor As Color
    public Color RowSubDividerColor {get; set;}
    See Also