TdxCustomShellTreeView.OptionsSelection Property
Provides access to selection-related settings.
Declaration
property OptionsSelection: TdxShellTreeViewControlOptionsSelection read; write;
Property Value
| Type | Description |
|---|---|
| TdxShellTreeViewControlOptionsSelection | Stores selection settings for the Shell Tree View control. |
Remarks
Use the OptionsSelection property to customize selection settings. For example, you can set the OptionsSelection.HideSelection property to False to highlight node selection when the Shell Tree View control has no focus.
Refer to the TdxShellTreeViewControlOptionsSelection class description for detailed information on available options.
See Also