VerticalGridCommandRow.SelectAllCheckboxMode Property
Specifies the Select All check box visibility and selection mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridViewSelectAllCheckBoxMode.None)]
public GridViewSelectAllCheckBoxMode SelectAllCheckboxMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
None | One of the Grid |
Available values:
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
Use the SelectAllCheckboxMode property to specify the Select All check box selection mode. If the SelectAllCheckboxMode property is set to None, the check box is not displayed.