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