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

PanelCollapsingSettings.AnimationType Property

Gets or sets a value specifying the animation type used when the panel expands and collapses its content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(AnimationType.Auto)]
public AnimationType AnimationType { get; set; }

Property Value

Type Default Description
AnimationType **Auto**

One of the AnimationType enumeration values.

Available values:

Name Description
Slide

A control uses a slide animation effect.

Fade

A control uses a fade-in animation effect.

None

A control does not use animation effects.

Auto

The type of animation is determined by the control.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AnimationType
ASP.NET Controls and MVC Extensions ASPxCallbackPanel
.SettingsCollapsing .AnimationType
ASPxCollapsiblePanel
.SettingsCollapsing .AnimationType
ASPxPanel
.SettingsCollapsing .AnimationType
ASP.NET MVC Extensions CallbackPanelSettings
.SettingsCollapsing .AnimationType
CollapsiblePanelSettings
.SettingsCollapsing .AnimationType
MVCxCallbackPanel
.SettingsCollapsing .AnimationType
MVCxPanel
.SettingsCollapsing .AnimationType
PanelSettings
.SettingsCollapsing .AnimationType
See Also