ASPxDropDownEditBase.EnableAnimation Property
In This Article
OBSOLETE
Use the Animation
Gets or sets a value that specifies whether a specific animation effect is used when the editor’s drop down window is invoked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(true)]
[Obsolete("Use the AnimationType property instead")]
public bool EnableAnimation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
This property is a wrapper of the EnableAnimation
property.
See Also