VerticalGridCommandRow.SelectCheckBoxPosition Property
In This Article
Gets or sets a value specifying the “Select” check box position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridSelectCheckBoxPosition.Right)]
public GridSelectCheckBoxPosition SelectCheckBoxPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Right | One of Grid |
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