SelectorColumnPosition Enum
Lists all available checkbox selector column positions.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
Declaration
Members
| Name | Description | Example |
|---|---|---|
None
|
The checkbox selector column position depends on the CheckBoxSelectorColumnVisibleIndex property. |
|
Left
|
The checkbox selector column occupies the leftmost position within the scrollable content area. The CheckBoxSelectorColumnVisibleIndex property is ignored. |
|
Right
|
The checkbox selector column occupies the rightmost position within the scrollable content area. The CheckBoxSelectorColumnVisibleIndex property is ignored. |
|
FixedLeft
|
The checkbox selector column is fixed to the left border of the grid view. The CheckBoxSelectorColumnVisibleIndex property specifies the position index within the fixed group. |
|
FixedRight
|
The checkbox selector column is fixed to the right border of the grid view. The CheckBoxSelectorColumnVisibleIndex property specifies the position index within the fixed group. |
|
Related API Members
The following properties accept/return SelectorColumnPosition values:




