Skip to main content

TileNavPane.Refresh() Method

Forces the TileNavPane to invalidate its surface and redraw itself and any child controls.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Refresh()

Remarks

The Refresh method internally invokes the Control.Invalidate method to invalidate the TileNavPane‘s surface and forces it to be redrawn. Use the Refresh method to forcibly redraw the TileNavPane.

See Also