Skip to main content

GridViewSelectAllCheckBoxMode Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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).

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also