Skip to main content

BaseComponent.EndUpdate() Method

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

Namespace: DevExpress.XtraBars.Docking2010.Base

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See the BaseComponent.BeginUpdate method to learn more.

See Also