Back to Devexpress

DiagramItem.Owner Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-17b76ff5.md

latest1.2 KB
Original Source

DiagramItem.Owner Property

Gets the owner of the current diagram item.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IDiagramItem Owner { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Owner As IDiagramItem

Property Value

TypeDescription
DevExpress.Diagram.Core.IDiagramItem

An IDiagramItem implementation.

|

Remarks

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

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace