TcxGridEditingController Class
In This Article
Editing controller for the current View.
#Declaration
Delphi
TcxGridEditingController = class(
TcxCustomEditingController
)
#Remarks
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.
#Inheritance
TObject
TcxIUnknownObject
TcxCustomEditingController
TcxGridEditingController
See Also