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

In This Topic
    ColumnDivider Property (C1DisplayColumn)
    In This Topic
    Gets or sets the style of the border drawn between columns.
    Syntax
    'Declaration
     
    
    Public Property ColumnDivider As GridLines
    public GridLines ColumnDivider {get; set;}
    See Also