Back to Devexpress

Selector Column

wpf-17808-controls-and-libraries-data-grid-visual-elements-table-view-elements-selector-column.md

latest2.2 KB
Original Source

Selector Column

  • Oct 31, 2025

You can use the check box selector column to select/deselect individual rows/nodes and groups (“Web Style Row Selection” mode).

The TableView.RetainSelectionOnClickOutsideCheckBoxSelector property specifies whether a user can select rows only in the check box selector column.

The selector column FieldName is set to the CheckBoxSelectorColumnName field value. You can use this field to access the check box selector column in code.

The table below lists the main properties that affect selector column appearance and behavior:

CharacteristicsMembers
VisibilityTableView.ShowCheckBoxSelectorColumn
Visibility in Group RowsTableView.ShowCheckBoxSelectorInGroupRow
PositionTableView.CheckBoxSelectorColumnPosition
Position IndexTableView.CheckBoxSelectorColumnVisibleIndex
Header TemplateTableView.CheckBoxSelectorColumnHeaderTemplate
Selection BehaviorTableView.RetainSelectionOnClickOutsideCheckBoxSelector
Selected RowsDataControlBase.SelectedItems

See Also

Row Selection

Common Selection Features

SelectedItems