Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolboxControl.Refresh() Method

In This Article

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public override void Refresh()

#Remarks

The Refresh method recalculates the control’s view information and then invalidates and redraws the control’s client area.

See Also