StandaloneGallery.Invalidate() Method
Invalidates the region occupied by the StandaloneGallery object (adds the region to the control’s update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
To force immediate repainting of invalidated regions (before other processing takes place), call the control’s Update method after invalidation.
See Also