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

In This Topic
    RowSubDividerColor Property (C1List)
    In This Topic
    Returns or sets the color of a RowSubDivider.
    Syntax
    'Declaration
     
    
    Public Property RowSubDividerColor As Color
    public Color RowSubDividerColor {get; set;}
    Remarks
    This property controls the row subdivider color of the list. It is used when the C1.Win.C1List.ListBase.C1ListBase.DataView is set to DataViewEnum.MultipleLines.
    See Also