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.v20.2.dll

NuGet Package: DevExpress.Web

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:

See Also