Skip to main content
A newer version of this page is available. .

DiagramItemBoundsChangedEventArgs.OldParent Property

Returns the item’s previous parent.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public DiagramItem OldParent { get; }

Property Value

Type Description
DiagramItem

A DiagramItem object.

Remarks

If the item was contained in a container, the OldParent property returns the DiagramContainer object representing this container. Otherwise, it returns the DevExpress.Xpf.Diagram.DiagramRoot object.

See Also