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

DropDownEditPropertiesBase.EnableAnimation Property

OBSOLETE

Use the AnimationType property instead

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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if a specific animation effect is used; otherwise, false.

Remarks

Use the EnableAnimation property to control whether a specific animation effect is available for the drop down control. If this property is set to true, invoking/hiding a drop down window can be performed with this predefined animation effect.

Note

The EnableAnimation property synchronizes its value with the editor’s ASPxDropDownEditBase.EnableAnimation property.

See Also