GridViewSelectAllCheckBoxMode Enum
In This Article
Lists values that specify the Select All check box visibility and selection mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
None | The Select All check box is not displayed. |
Page | The Select All check box selects and deselects all rows on the current grid page. |
All |
The Select All check box selects and deselects all grid rows (on all grid pages). |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also