Skip to main content

AccordionControl.ExpandStoryboard Property

Gets or sets the expand animation storyboard. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public Storyboard ExpandStoryboard { get; set; }

Property Value

Type Description
Storyboard

A Storyboard object that represents the expand animation storyboard.

See Also