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

OfficeNavigationBar.EndUpdate() Method

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public void EndUpdate()

Remarks

See OfficeNavigationBar.BeginUpdate to learn more.

See Also