Back to Devexpress

VerticalGridCommandRow.SelectCheckBoxPosition Property

aspnet-devexpress-dot-web-dot-verticalgridcommandrow-c1f8ad05.md

latest1.5 KB
Original Source

VerticalGridCommandRow.SelectCheckBoxPosition Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(GridSelectCheckBoxPosition.Right)]
public GridSelectCheckBoxPosition SelectCheckBoxPosition { get; set; }
vb
<DefaultValue(GridSelectCheckBoxPosition.Right)>
Public Property SelectCheckBoxPosition As GridSelectCheckBoxPosition

Property Value

TypeDefaultDescription
GridSelectCheckBoxPositionRight

One of GridSelectCheckBoxPosition values.

|

Available values:

NameDescription
Left

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

| | Right |

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

|

See Also

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace