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

GridViewCommandColumn.SelectCheckBoxPosition Property

Gets or sets a value specifying the “Select” check box position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(GridSelectCheckBoxPosition.Right)]
public GridSelectCheckBoxPosition SelectCheckBoxPosition { get; set; }

Property Value

Type Default Description
GridSelectCheckBoxPosition **Right**

One of GridSelectCheckBoxPosition values.

Available values:

Name Description
Left

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

Right

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

See Also