DiagramItem.GetDiagram() Method
Gets the diagram control that is the owner of the diagram item.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Returns
| Type | Description |
|---|---|
| DiagramControl | A DiagramControl object that is the owner of the DiagramItem. |
See Also