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

DiagramControl.EndUpdate() Method

Unlocks the DiagramControl object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public virtual void EndUpdate()

Remarks

See DiagramControl.BeginUpdate to learn more.

See Also