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