BaseGallery.AllowHoverAnimation Property
Gets or sets whether or not hovering over gallery items is accompanied with animation effects.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if hovering over gallery items is accompanied with animation effects; otherwise, false. |
Remarks
A gallery can also display enlarged images for hovered items. See the BaseGallery.AllowHoverImages property to learn more.
If the WindowsFormsSettings.AnimationMode global setting is set to DisableAll, the animation is forcibly disabled regardless of the AllowHoverAnimation property value.
See Also