Skip to main content
A newer version of this page is available. .
Tab

GridViewSelectAllCheckBoxMode Enum

Lists values that specify the Select All check box visibility and selection mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridViewSelectAllCheckBoxMode

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.

AllPages

The Select All check box selects and deselects all grid rows (on all grid pages).

Related API Members

The following properties accept/return GridViewSelectAllCheckBoxMode values:

Remarks

The values listed by this enumeration are used to set the GridViewCommandColumn.SelectAllCheckboxMode property.

See Also