Gallery.ItemHover Event
In This Article
Occurs when the mouse pointer rests on any gallery item within the current gallery.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The ItemHover event's handler receives an argument of the DevExpress.Xpf.Bars.GalleryItemEventArgs type.
#Remarks
To respond to hovering over a particular gallery item, you can handle the GalleryItem.Hover event.
See Also