vcl-cxgridcustomtableview-482f9fc0.md
Editing controller for the current View.
TcxGridEditingController = class(
TcxCustomEditingController
)
A grid control does not contain an editor object for every cell it displays. It creates an editor object when a user is about to edit the selected cell. A specific editor is created based on the assigned editor type or default settings. To assign an editor to a column, use the RepositoryItem or PropertiesClass members. Default editors are discussed in the FieldName (for bound mode) and TcxValueType (for unbound mode) topics.
TcxGridEditingController provides members to access a cell editor, open and close it. To test whether an editor exists, see the IsEditing property.
The functionality of the editing controller can be accessed via the View’s Controller.EditingController property.
TObject TcxIUnknownObject TcxCustomEditingController TcxGridEditingController
See Also
TcxCustomGridTableController.EditingController
TcxCustomGridTableController.FocusedItem
TcxCustomGridTableItem.PropertiesClass
TcxCustomGridTableItem.RepositoryItem