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

BaseGallery.Invalidate(GalleryItem) Method

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void Invalidate(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object which represents the Gallery item.

See Also