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

Member Table: Node Selection

Member Description
The TreeListOptionsSelection.MultiSelect property. Allows you to enable node selection.
The TreeList.Selection property. Allows you to access selected nodes, and add and remove them from selection.
The TreeList.SelectionChanging event. Allows you to specify whether users can select and unselect nodes.
The TreeList.SelectionChanged event. Fires after selection has been changed,
The TreeListOptionsSelection.KeepSelectedOnClick property. Specifies whether the selected nodes remain selected when their values are being edited.
The TreeListAppearanceCollection.SelectedRow property. Specifies the appearance settings used to paint selected nodes.
The TreeListAppearanceCollection.HideSelectionRow property. Specifies the appearance settings used to paint selected nodes, when the Tree List control is not focused.
The TreeList.CopyToClipboard method. Copies selected nodes to the Clipboard.