DiagramItem.Owner Property
In This Article
Gets the owner of the current diagram item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IDiagramItem Owner { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An IDiagram |
#Remarks
Use the Owner property to get the current diagram item’s container.
See Also