wpf-devexpress-dot-xpf-dot-grid-81617188.md
Lists all available checkbox selector column positions.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public enum SelectorColumnPosition
Public Enum SelectorColumnPosition
| 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.
|
|
The following properties accept/return SelectorColumnPosition values:
See Also