TdxTreeViewNode.Deleting Property
Identifies if the Tree View deletes the node.
Declaration
property Deleting: Boolean read;
Property Value
Type | Description |
---|---|
Boolean | True if Tree View deletes the node; otherwise, False. |
Remarks
You can use this property in the Tree View’s OnDeletion event handler to identify the nodes that the control deletes.
See Also