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

GridSelectCheckBoxPosition Enum

Lists values that specify the Select check box position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridSelectCheckBoxPosition

Members

Name Description
Left

The “Select” check box is located at the left.

Right

The “Select” check box is located at the right.

Related API Members

The following properties accept/return GridSelectCheckBoxPosition values:

Library Related API Members
ASP.NET Controls and MVC Extensions GridViewCommandColumn.SelectCheckBoxPosition
VerticalGridCommandRow.SelectCheckBoxPosition
ASP.NET Bootstrap Controls BootstrapGridViewCommandColumn.SelectCheckBoxPosition

See Also