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