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

AccordionControl.ExpandStoryboard Property

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

Namespace: DevExpress.Xpf.Accordion

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

Declaration

public Storyboard ExpandStoryboard { get; set; }

Property Value

Type Description
Storyboard

A Storyboard object that represents the expand animation storyboard.

See Also