Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableEditingController Members

Handles editing operations specific to a Table View.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TcxCustomGridTableController) Initializes a new instance of the TcxGridEditingController class with specified settings. Inherited from TcxGridEditingController.

#Properties
Show Inherited Hide Inherited

Name Description
Controller
Edit Inherited from TcxCustomEditingController.
EditingItem Specifies the edited data item in the focused record. Inherited from TcxGridEditingController.
FocusRectBounds Inherited from TcxCustomEditingController.
GridView
IsEditing Inherited from TcxCustomEditingController.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
HideEdit(Boolean) Closes an active in-place editor. Inherited from TcxGridEditingController.
IMEComposition(TMessage) Inherited from TcxCustomEditingController.
IMEStartComposition Inherited from TcxCustomEditingController.
QueryInterface(TGUID,Untyped) protected Provides access to the implementation of the specified interface if the current object supports it. Inherited from TcxIUnknownObject.
RemoveEdit(TcxCustomEditProperties) Inherited from TcxCustomEditingController.
ShowEdit Inherited from TcxCustomEditingController.
ShowEdit(TcxCustomGridTableItem,Char) Inherited from TcxGridEditingController.
ShowEdit(TcxCustomGridTableItem,TShiftState,Integer,Integer) Activates an in-place cell editor for the specified data item. Inherited from TcxGridEditingController.
ShowEdit(TcxCustomGridTableItem) Inherited from TcxGridEditingController.
StartEditShowingTimer(TcxCustomGridTableItem) Inherited from TcxGridEditingController.
StopEditShowingTimer Inherited from TcxCustomEditingController.
ToString Inherited from TObject.
UpdateEdit Inherited from TcxCustomEditingController.
See Also