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.v24.1.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