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

BootstrapAccordion.EnableAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing groups.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

When the ASPxNavBar.AutoPostBack property is set to false, group 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 BootstrapAccordion control. Note that if the ASPxNavBar.EnableCallBacks property is set to true, the animation effect is not used when a collapsed group is expanded for the first time via a callback.

See Also