Skip to main content

DiagramItemBoundsChangedEventArgs.NewParent Property

Returns the item’s new parent.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramItem NewParent { get; }

Property Value

Type Description
DiagramItem

A DiagramItem object.

Remarks

If the item is contained in a container, the NewParent property returns the DiagramContainer object representing this container. Otherwise, it returns the DevExpress.XtraDiagram.DiagramRoot object.

See Also