Skip to main content
All docs
V25.2
  • SelectorColumnPosition Enum

    Lists all available checkbox selector column positions.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll

    Declaration

    public enum SelectorColumnPosition

    Members

    Name Description Example
    None

    The checkbox selector column position depends on the CheckBoxSelectorColumnVisibleIndex property.

    Check Box Selector Column Position - None

    Left

    The checkbox selector column occupies the leftmost position within the scrollable content area. The CheckBoxSelectorColumnVisibleIndex property is ignored.

    Check Box Selector Column Position - Left

    Right

    The checkbox selector column occupies the rightmost position within the scrollable content area. The CheckBoxSelectorColumnVisibleIndex property is ignored.

    Check Box Selector Column Position - Right

    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.

    Check Box Selector Column Position - FixedLeft

    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.

    Check Box Selector Column Position - FixedRight

    Related API Members

    The following properties accept/return SelectorColumnPosition values:

    See Also