InRibbonGallery.Invalidate(GalleryItem) Method
Invalidates the region occupied by the specified gallery item.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public override void Invalidate(
GalleryItem item
)
Public Overrides Sub Invalidate(
item As GalleryItem
)
Parameters
Name | Type | Description |
---|---|---|
item | GalleryItem | A GalleryItem whose region needs to be invalidated. |
See Also
Feedback