TdxCustomTreeView.IsEditing Method
In This Article
Identifies if a node caption’s in-place editor is active.
#Declaration
Delphi
function IsEditing: Boolean;
#Returns
Type | Description |
---|---|
Boolean | True if an in-place editor is active; otherwise, False. |
See Also