GridSelectCheckBoxPosition Enum
In This Article
Lists values that specify the Select check box position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Left
|
The “Select” check box is located at the left. |
Right
|
The “Select” check box is located at the right. |
#Related API Members
The following properties accept/return GridSelectCheckBoxPosition values:
See Also