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

BaseGallery.HoverImages Property

Gets or sets the source of hover images.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(null)]
public object HoverImages { get; set; }

Property Value

Type Default Description
Object *null*

A Object that is an image collection providing hover images for gallery items.

Remarks

Use the GalleryItem.HoverImageIndex property to associate hover images with gallery items.

The HoverImages property accepts the following image collections:

See Also