Cell editor for the grid control.
Source position: grids.pas line 1249
protected property TCustomGrid.InplaceEditor : TWinControl |
InplaceEditor is a read-only TWinControl property that represents the cell Editor for the control. Read access is redirected to the member variable used for the Editor property. It is provided for Delphi code compatibility. Use the Editor property instead.
|
The editor used to modify the value in the current cell. |