Skip to main content
Bar

BarManagerAppearances.EndUpdate() Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See the BarManagerAppearances.BeginUpdate topic to learn more.

See Also