PanAndZoomDockPanel.Diagram Property
In This Article
Gets or sets the diagram whose data is displayed by the PanAndZoomDockPanel.
Namespace: DevExpress.XtraDiagram.Docking
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DXCategory("Data")]
public DiagramControl Diagram { get; set; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also