DiagramItemBoundsChangedEventArgs.OldParent Property
Returns the item’s previous parent.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
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.XtraDiagram.DiagramRoot object.
See Also