ShowHeaderCheckBox Property (C1ListBase)
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