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

DiagramDataBindingBehaviorBase.EndInit() Method

Ends the DiagramDataBindingBehaviorBase‘s initialization.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public void EndInit()

Remarks

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

See Also