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

DiagramDataBindingControllerBase.EndInit() Method

Ends the DiagramDataBindingControllerBase‘s initialization.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public void EndInit()

Remarks

The DiagramDataBindingControllerBase.BeginInit and EndInit methods are designed to prevent a DiagramDataBindingControllerBase from being used until it has been completely initialized.

See Also