Skip to main content

Member Table: Selection

Member Description
TcxTreeListOptionsSelection.MultiSelect Specifies whether the multi-select feature is enabled.
TcxTreeListNode.Selected Specifies whether the node is selected.
TcxCustomTreeList.Select Selects specified nodes.
TcxCustomTreeList.SelectAll Selects all the nodes.
TcxCustomTreeList.Deselect Unselects a node.
TcxCustomTreeList.ClearSelection Unselects all the selected nodes.
TcxCustomTreeList.SelectionCount Returns the number of selected nodes.
TcxCustomTreeList.Selections Provides indexed access to the selected nodes.
TcxCustomTreeList.OnCanSelectNode Enables you to prohibit selection of individual nodes.
TcxCustomTreeList.OnSelectionChanged Enables you to respond to node selection changes.
See Also