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

DiagramDataBindingControllerBase Class

Serves as a base for behaviors that are used to bind the Diagram Control to data.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public abstract class DiagramDataBindingControllerBase :
    Component,
    IDataBindingBehaviorBase,
    ISupportInitialize

Remarks

To learn more, see Data Binding Functionality.

See Also