Back to Devexpress

TileNavPane.Refresh() Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-2236c765.md

latest1.3 KB
Original Source

TileNavPane.Refresh() Method

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void Refresh()
vb
Public Overrides Sub 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

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace