Skip to main content

InRibbonGallery.Invalidate(GalleryItem) Method

Invalidates the region occupied by the specified gallery item.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Invalidate(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem whose region needs to be invalidated.

See Also