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.SelectionChanged event. | Fires after selection has been changed, |
The TreeListOptionsBehavior.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. |