Back to Devexpress

SelectorColumnPosition Enum

wpf-devexpress-dot-xpf-dot-grid-81617188.md

latest3.2 KB
Original Source

SelectorColumnPosition Enum

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

Declaration

csharp
public enum SelectorColumnPosition
vb
Public Enum SelectorColumnPosition

Members

NameDescriptionExample
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

DevExpress.Xpf.Grid Namespace