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

In This Topic
    ShowHeaderCheckBox Property (C1List)
    In This Topic
    Determines whether a check box which can select/deselect all rows on header section is displayed in CheckBox selection mode.
    Syntax
    'Declaration
     
    
    Public Property ShowHeaderCheckBox As Boolean
    public bool ShowHeaderCheckBox {get; set;}
    See Also