Skip to main content

TdxShellTreeViewControlOptionsBehavior.CaptionEditing Property

Specifies if shell item captions are editable.

Declaration

property CaptionEditing; default True;

Property Value

Type Default Description
Boolean True
True
Default. Users can press F2 or click the Rename item in a node context menu to open an in-place editor to rename a displayed shell item if the Shell Tree View control is not in read-only mode.
False
The control never activates an in-place editor for shell items.

Remarks

You can set the CaptionEditing property to False to prevent users from renaming shell items in the Shell Tree View control if it 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