Skip to main content
Tab

VerticalGridCommandRow.SelectCheckBoxPosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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