TCustomdxTreeView.Options Property
Specifies various behavioral properties of the dxTreeView.
Declaration
property Options: TdxTreeViewOptions read; write; default [trCanDelete, trConfirmDelete];
Property Value
| Type |
|---|
| TdxTreeViewOptions |
Remarks
Set Options to include the desired properties for the dxTreeView. Options is a set drawn from the following values:
| Value | Meaning |
|---|---|
| trCanDelete | Delete the selected tree node and its structure, when the user presses Delete. |
| trConfirmDelete | A message box appears, asking for confirmation, when the user presses Delete to remove a node in the dxTreeView. The trCanDelete must also be set. |
See Also