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

PanAndZoomDockPanel.Diagram Property

Gets or sets the diagram whose data is displayed by the PanAndZoomDockPanel.

Namespace: DevExpress.XtraDiagram.Docking

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Data")]
public DiagramControl Diagram { get; set; }

Property Value

Type Description
DiagramControl

A DiagramControl object.

See Also