TdxCustomOrgChart.DragParent Property
Returns the dragged node‘s destination.
Declaration
property DragParent: TdxOcNode read;
Property Value
Type |
---|
TdxOcNode |
Remarks
This property returns nil if finishing drag-and-drop operation does not move the node within the tree; otherwise — returns the node’s destination parent.
See Also