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

InRibbonGallery.Invalidate(GalleryItem) Method

Invalidates the region occupied by the specified gallery item.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override void Invalidate(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem whose region needs to be invalidated.

See Also