aspnetmvc-devexpress-dot-web-dot-mvc-dot-popupcontrolsettingsbase-28dd5063.md
Gets or sets a value specifying the animation type used to show popup windows.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public AnimationType PopupAnimationType { get; set; }
Public Property PopupAnimationType As AnimationType
| Type | Description |
|---|---|
| AnimationType |
One of the AnimationType enumeration values.
|
Available values:
| 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.
|
Use the PopupAnimationType property to specify the type of animation used to show popup windows.
For PopupControl only:
If the PopupAnimationType property is set to Auto a window is shown with a fade effect if the PopupControlSettings.PopupHorizontalAlign and PopupControlSettings.PopupVerticalAlign properties are set to WindowCenter ; otherwise, the window is shown with the slide effect.
See Also
PopupControlSettingsBase Class