Back to Devexpress

TdxCustomOrgChart.DragParent Property

vcl-dxorgchr-dot-tdxcustomorgchart-acbddeae.md

latest1.0 KB
Original Source

TdxCustomOrgChart.DragParent Property

Returns the dragged node‘s destination.

Declaration

delphi
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

TdxCustomOrgChart.GetHitTestsAt

TdxCustomOrgChart.GetNodeAt

TdxCustomOrgChart.Options

TdxOcNode.MoveTo

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit