Skip to main content
A newer version of this page is available. .

DiagramItem.GetDiagram() Method

Gets the diagram control that is the owner of the diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public DiagramControl GetDiagram()

Returns

Type Description
DiagramControl

A DiagramControl object that is the owner of the DiagramItem.

See Also