Back to Devexpress

AccordionItem.AllowAnimation Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordionitem-fa896717.md

latest1.8 KB
Original Source

AccordionItem.AllowAnimation Property

Gets whether the expand/collapse animation is enabled for the current accordion item. This is a dependency property.

Namespace : DevExpress.Xpf.Accordion

Assembly : DevExpress.Xpf.Accordion.v25.2.dll

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public bool AllowAnimation { get; }
vb
Public ReadOnly Property AllowAnimation As Boolean

Property Value

TypeDescription
Boolean

true, to enable the expand/collapse animation; otherwise, false. The default is true.

|

Remarks

The AccordionControl applies an animation when expanding or collapsing accordion items, by default. You can disable the animation by:

  • Setting the AccordionControl.AllowAnimation property to false to disable all accordion items’ animation.
  • Setting the AllowAnimation property to false to disable the current accordion item’s animation.

Refer to the Expanding and Collapsing topic to learn more.

See Also

AccordionItem Class

AccordionItem Members

DevExpress.Xpf.Accordion Namespace