Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeViewControlOptionsBehavior.CaptionEditing Property

Specifies if users can open an in-place node caption editor.

#Declaration

Delphi
property CaptionEditing; default True;

#Property Value

Type Default Description
Boolean True

If True, users can click the focused node or press F2 to invoke its in-place caption editor when the Tree View control is not in read-only mode. If False, users cannot edit node captions.

#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.

The CaptionEditing property’s default value is True.

See Also