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

In This Topic
    HeaderDivider Property (C1DisplayColumn)
    In This Topic
    Sets or retrieves whether to display the divider for this column in the header area.
    Syntax
    'Declaration
     
    
    Public Property HeaderDivider As Boolean
    public bool HeaderDivider {get; set;}
    See Also