Skip to main content
A newer version of this page is available. .

PopupControlSettingsBase.EnableAnimation Property

OBSOLETE

Use the PopupAnimationType property instead

Gets or sets a value specifying the animation type used to show popup windows.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the PopupAnimationType property instead", true)]
public bool EnableAnimation { get; set; }

Property Value

Type
Boolean
See Also