Skip to main content

TcxCustomGridTableController.IsEditing Property

Indicates whether a cell within the View is being edited.

Declaration

property IsEditing: Boolean read;

Property Value

Type
Boolean

Remarks

The IsEditing property returns True if some of the focused record cells is being edited using an in-place editor. Otherwise, False is returned. 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