TdxTreeViewControlOptionsSelection Class
Contains selection settings for the Tree View control.
Declaration
TdxTreeViewControlOptionsSelection = class(
TdxTreeViewCustomOptionsSelection
)
Remarks
The TdxTreeViewControlOptionsSelection 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).
The Tree View control’s OptionsSelection property references a TdxTreeViewControlOptionsSelection object.
Inheritance
TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomOptionsSelection
TdxTreeViewControlOptionsSelection
See Also