GridViewCommandColumn.SelectCheckBoxPosition Property
Gets or sets a value specifying the “Select” check box position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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