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

DiagramDataBindingControllerBase.Diagram Property

Gets or sets the DiagramControl associated with the current DiagramDataBindingControllerBase.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Description
DiagramControl

A DiagramControl object.

See Also