TcxCustomVerticalGrid.InplaceEditor Property
Gets the TcxCustomEdit object representing the active in-place editor that enables the user to edit value in the current data cell.
Declaration
property InplaceEditor: TcxCustomEdit read;
Property Value
Type |
---|
TcxCustomEdit |
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