Skip to main content

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.v23.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