TdxTreeViewControlOptionsBehavior.CaptionEditing Property
Specifies if users can open an in-place node caption editor.
Declaration
property CaptionEditing; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
You can set the CaptionEditing property to False to prevent users from editing node captions if the Tree View control is not in read-only mode. If the ReadOnly property is set to True, the CaptionEditing property value changes have no effect.
Default Value
The CaptionEditing property’s default value is True.
See Also