BaseGallery.GetAllowHoverAnimation() Method
Returns whether animation on hovering gallery items is actually enabled.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Boolean | true if animation on hovering gallery items is actually enabled; otherwise, false. |
Remarks
The animation is actually enabled if the BaseGallery.AllowHoverAnimation property is set to true, and the WindowsFormsSettings.AnimationMode global setting is not set to DisableAll.
See Also