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