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

DiagramDataBindingController Class

Allows you to generate diagrams from a data source.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRoot), "DiagramDataBindingController")]
[DiagramDataBindingControllerCustomBindingProperties]
public class DiagramDataBindingController :
    DiagramDataBindingControllerBase,
    IDataBindingBehavior,
    IDataBindingBehaviorBase

Remarks

To learn more, see Data Binding Functionality.

See Also