ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / ColumnHeaders Property

In This Topic
    ColumnHeaders Property (C1ListBase)
    In This Topic
    Specifies whether headers are displayed.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaders As Boolean
    public bool ColumnHeaders {get; set;}

    Property Value

    The default value is true.
    See Also