Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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