Skip to main content
Bar

Gallery.AllowHoverImages Property

Gets or sets whether the hover images feature is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowHoverImages { get; set; }

Property Value

Type Description
Boolean

true to enable the hover images feature; otherwise, false.

Remarks

If the AllowHoverImages property is set to true, images that are displayed within gallery items are enlarged while the mouse pointer hovers over them. The size of hover images is specified by the Gallery.HoverGlyphSize property.

A custom hover image can be specified via the GalleryItem.HoverGlyph property. This image is displayed when the mouse pointer hovers over the item. If the hover image isn’t specified, the item’s image which is specified by the GalleryItem.Glyph property is enlarged.

See Also