Skip to main content

BaseGallery.Invalidate(GalleryItem) Method

Invalidates the region which is occupied by the specified Gallery item.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Invalidate(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object which represents the Gallery item.

See Also