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

TdxTreeViewNode.EditCaption Method

Opens the node’s in-place caption editor if it is possible.

#Declaration

Delphi
function EditCaption: Boolean;

#Returns

Type Description
Boolean

True if the function call opens an in-place editor; otherwise, False.

#Remarks

The Tree View control’s OptionsBehavior.CaptionEditing property allows you to prohibit all nodes from opening an in-place caption editor. You can handle the Tree View’s OnEditing event to prohibit a specific node to open an in-place editor.

See Also