Skip to main content

TcxCustomListView.IsEditing Method

Indicates whether any item in the list view is being edited.

Declaration

function IsEditing: Boolean;

Returns

Type
Boolean

Remarks

Use the IsEditing method to determine whether the user is currently editing the item’s caption. If so, the method returns True. Otherwise, False is returned. Note that item editing is only allowed if the ReadOnly property of the list view is set to False.

See Also