windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-b1886f4c.md
Gets or sets the animation effect that follows expanding\collapsing elements within this AccordionControl.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(AnimationType.Default)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public AnimationType AnimationType { get; set; }
<DXCategory("Appearance")>
<XtraSerializableProperty>
<DefaultValue(AnimationType.Default)>
Public Property AnimationType As AnimationType
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Navigation.AnimationType | Default |
An DevExpress.XtraBars.Navigation.AnimationType enumerator value that specifies the animation effect.
|
The AnimationType property can have the following values:
See Also