TdxTreeViewNode.Cut Property
Specifies if the node is highlighted as a cut and paste operation target.
Declaration
property Cut: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | If True, the Tree View highlights the node as a cut and paste operation target. If False, the node is not highlighted. |
See Also