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

BarItemCollection.EndUpdate() Method

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void EndUpdate()

Remarks

See BarItemCollection.BeginUpdate to learn more.

See Also