wpf-devexpress-dot-xpf-dot-grid-dot-tableview-54564da4.md
Gets or sets the position index of the check box selector column. This is a dependency property.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public int CheckBoxSelectorColumnVisibleIndex { get; set; }
Public Property CheckBoxSelectorColumnVisibleIndex As Integer
| Type | Description |
|---|---|
| Int32 |
The position index of the check box selector column.
|
Use the CheckBoxSelectorColumnVisibleIndex property to place the check box selector column at the specified position index.
The CheckBoxSelectorColumnVisibleIndex property takes effect when:
The CheckBoxSelectorColumnPosition property is set to None and the CheckBoxSelectorColumnVisibleIndex property value equals or exceeds 0. The index value refers to all visible columns (except for fixed groups):
The CheckBoxSelectorColumnPosition property is set to FixedLeft or FixedRight and the CheckBoxSelectorColumnVisibleIndex property value equals or exceeds 0. The index value refers to all columns within the corresponding fixed group:
The CheckBoxSelectorColumnVisibleIndex property is ignored when:
The CheckBoxSelectorColumnPosition property is set to Left or Right.
The ShowCheckBoxSelectorInGroupRow property is set to True.
The CheckBoxSelectorColumnVisibleIndex property value is negative.
See Also