Back to Devexpress

GalleryItem.HoverImages Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-062ac7b8.md

latest2.5 KB
Original Source

GalleryItem.HoverImages Property

Gets the collection of hover images that can be used by the current item. This property is obsolete. Use the BaseGallery.HoverImages property instead.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object HoverImages { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property HoverImages As Object

Property Value

TypeDescription
Object

A Object which provides hover images for the gallery item.

|

Remarks

If the current GalleryItem object doesn’t belong to a gallery, the HoverImages property returns null. Otherwise, this property returns the value of the BaseGallery.HoverImages property. Use the BaseGallery.HoverImages property to provide a collection of images that can be used by gallery items. To associate a specific image from this collection with an item, use the GalleryItem.ImageOptions.HoverImageIndex property.

For more information on hover images see BaseGallery.AllowHoverImages.

See Also

Images

AllowHoverImages

HoverImages

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace