TileNavPane.Refresh() Method
Forces the TileNavPane to invalidate its surface and redraw itself and any child controls.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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