Back to Devexpress

TableView.CheckBoxSelectorColumnVisibleIndex Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-54564da4.md

latest2.9 KB
Original Source

TableView.CheckBoxSelectorColumnVisibleIndex Property

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

Declaration

csharp
public int CheckBoxSelectorColumnVisibleIndex { get; set; }
vb
Public Property CheckBoxSelectorColumnVisibleIndex As Integer

Property Value

TypeDescription
Int32

The position index of the check box selector column.

|

Remarks

Use the CheckBoxSelectorColumnVisibleIndex property to place the check box selector column at the specified position index.

Conditions

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:

Limitations and Considerations

The CheckBoxSelectorColumnVisibleIndex property is ignored when:

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace