Skip to main content
A newer version of this page is available. .

GalleryControlGallery.Invalidate() Method

Invalidates the region occupied by the GalleryControlGallery 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.v19.2.dll

Declaration

public override void Invalidate()

Remarks

To force immediate repainting of invalidated regions (before other processing takes place), call the control’s Update method after invalidation.

See Also