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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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