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

Bar.ForceUpdateBar() Method

Forces the current Bar to be refreshed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public void ForceUpdateBar()

Remarks

The ForceUpdateBar method clears the bar’s view information and calls the Bar.Invalidate method. This causes the bar to be fully refreshed instead of being simply re-drawn.

See Also