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

TdxListItem.EditCaption Method

Opens the item’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 List View control’s ReadOnly property allows you to prohibit all items from opening an in-place caption editor. You can handle the List View’s OnEditing event to prohibit a specific item from opening an in-place editor.

See Also