Skip to main content

DiagramItem.Owner Property

Gets the owner of the current diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IDiagramItem Owner { get; }

Property Value

Type Description
DevExpress.Diagram.Core.IDiagramItem

An IDiagramItem implementation.

Remarks

Use the Owner property to get the current diagram item’s container.

See Also