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

ASPxTreeView.EnableAnimation Property

Gets or sets a value specifying whether the animation feature is available to end-users when expanding/collapsing nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnableAnimation { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

When the ASPxTreeView.AutoPostBack property is set to false, node expanding/collapsing can be performed with a specific animation effect. Use the EnableAnimation property to control whether this predefined animation effect is available for the ASPxTreeView control.

See Also