aspnet-devexpress-dot-web-0e310122.md
Lists values that specify the animation type used by a control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum AnimationType
Public Enum AnimationType
| Name | Description |
|---|---|
Slide |
A control uses a slide animation effect.
|
| Fade |
A control uses a fade-in animation effect.
|
| None |
A control does not use animation effects.
|
| Auto |
The type of animation is determined by the control.
|
The following properties accept/return AnimationType values:
Show 16 items
See Also