TcxCustomGridTableController.EditingController Property
Returns the object that controls active cell editing within the current View.
Declaration
property EditingController: TcxGridEditingController read;
Property Value
Type |
---|
TcxGridEditingController |
Remarks
Use the EditingController property to access the functionality of the editing controller for the current View. An editing controller allows you to:
Get the in-place editor used to edit the active cell.
Open/close an editor while posting or discarding changes.
See Also