Gets or sets a value specifying the animation type used to show popup windows.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
public AnimationType PopupAnimationType { get; set; }
Public Property PopupAnimationType As AnimationType
Type | Description |
---|---|
AnimationType | One of the AnimationType enumeration values. |
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.