TcxCustomTreeList.InplaceEditor Property
Returns the active in-place editor.
Declaration
property InplaceEditor: TcxCustomEdit read;
Property Value
Type |
---|
TcxCustomEdit |
Remarks
The property returns nil if no in-place editor is currently activated (the IsEditing property returns False).
See Also