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

In This Topic
    RowDivider Property (C1Combo)
    In This Topic
    Determines the style of the border drawn between list rows.
    Syntax
    'Declaration
     
    
    Public Property RowDivider As GridLines
    public GridLines RowDivider {get; set;}
    See Also