Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Selector Column

The Selector Column can be used to select/deselect individual rows/nodes and groups (“Web Style Row Selection” mode).

selector column

The TableView.RetainSelectionOnClickOutsideCheckBoxSelector property specifies whether users can select rows only in the Selector Column.

The Selector Column’s FieldName is set to the CheckBoxSelectorColumnName field value. You can use this field to access the Selector Column in code.

The table below lists the main properties affecting element behavior and appearance.

Characteristics Members
Visibility TableView.ShowCheckBoxSelectorColumn
Visibility in Group Rows TableView.ShowCheckBoxSelectorInGroupRow
Header Template TableView.CheckBoxSelectorColumnHeaderTemplate
Selection Behavior TableView.RetainSelectionOnClickOutsideCheckBoxSelector
Selected Rows DataControlBase.SelectedItems
See Also