Skip to main content
Bar

GalleryItem.HoverGlyph Property

Gets or sets the item's hover image. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public ImageSource HoverGlyph { get; set; }

#Property Value

Type Description
ImageSource

An ImageSource value that specifies the item's hover image.

#Remarks

Hover images are enabled if the Gallery.AllowHoverImages property is set to true. See this link to learn more.

See Also