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

DiagramItem.Owner Property

Gets the owner of the current diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[Browsable(false)]
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