Skip to main content
Tab

GridSelectCheckBoxPosition Enum

Lists values that specify the Select check box position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum GridSelectCheckBoxPosition

#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