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 |
|
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