Skip to main content

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