Skip to main content

TcxCustomGridTableController.IsEditing Property

Identifies if a cell in the parent grid View is being edited.

Declaration

property IsEditing: Boolean read;

Property Value

Type Description
Boolean

True if an in-place editor is active in the parent grid View; otherwise, False.

Remarks

The in-place editor can be accessed via the EditingController.Edit property.

To specify the item (a column in a (Banded) Table View and row in a Card View) to edit, you can use the EditingItem property.

You can disable editing within the View in a number of ways. Refer to the TcxCustomGridTableItem.Editing topic for more information.

See Also