Skip to main content

BaseGallery.HoverImages Property

Gets or sets the source of hover images.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
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