Back to Devexpress

PanelCollapsingSettings.AnimationType Property

aspnet-devexpress-dot-web-dot-panelcollapsingsettings-8a29a158.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(AnimationType.Auto)]
public AnimationType AnimationType { get; set; }
vb
<DefaultValue(AnimationType.Auto)>
Public Property AnimationType As AnimationType

Property Value

TypeDefaultDescription
AnimationTypeAuto

One of the AnimationType enumeration values.

|

Available values:

NameDescription
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:

LibraryObject TypePath to AnimationType
ASP.NET MVC ExtensionsCollapsiblePanelSettings

.SettingsCollapsing .AnimationType

| | ASP.NET Web Forms Controls | ASPxCollapsiblePanel |

.SettingsCollapsing .AnimationType

|

See Also

PanelCollapsingSettings Class

PanelCollapsingSettings Members

DevExpress.Web Namespace