TdxTreeViewCustomOptionsSelection Class
The base class for Tree View selection options.
Declaration
TdxTreeViewCustomOptionsSelection = class(
TdxTreeViewPersistent
)
Remarks
The TdxTreeViewCustomOptionsSelection class members allow you to do the following:
Enable multiple node selection (MultiSelect).
Specify how users can select multiple nodes (MultiSelectStyle).
Allow users to right-click a node to select it (RightClick).
Hide or display selection when the control has no focus (HideSelection).
Highlight rows of selected nodes (RowSelect).
Do not use this class directly. Use its descendant instead.
Inheritance
TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomOptionsSelection
See Also