Back to Devexpress

AnimationType Enum

aspnet-devexpress-dot-web-0e310122.md

latest2.9 KB
Original Source

AnimationType Enum

Lists values that specify the animation type used by a control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum AnimationType
vb
Public Enum AnimationType

Members

NameDescription
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

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCalendar.ChangeVisibleDateAnimationType
ASPxDropDownEditBase.AnimationType
ASPxPopupControlBase.CloseAnimationType
ASPxPopupControlBase.PopupAnimationType
CalendarProperties.ChangeVisibleDateAnimationType
DropDownEditPropertiesBase.AnimationType
GridCustomizationWindowPopupSettings.PopupAnimationType
GridEditFormPopupSettings.PopupAnimationType
GridFilterControlPopupSettings.PopupAnimationType
GridHeaderFilterPopupSettings.PopupAnimationType
ImageGalleryFullscreenViewerSettings.AnimationType
ImageSliderImageAreaSettings.AnimationType
PanelCollapsingSettings.AnimationType
ASP.NET MVC ExtensionsGridLookupSettings.AnimationType
PopupControlSettingsBase.CloseAnimationType
PopupControlSettingsBase.PopupAnimationType

See Also

DevExpress.Web Namespace