TcxCustomVerticalGrid.InplaceEditor Property
In This Article
Gets the TcxCustomEdit object representing the active in-place editor that enables the user to edit value in the current data cell.
#Declaration
Delphi
property InplaceEditor: TcxCustomEdit read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property provides a reference to the TcxCustomEdit object if the value of the IsEditing property is True. Otherwise the InplaceEditor property returns a nil value.
See Also