AccordionControl.ExpandStoryboard Property
In This Article
Gets or sets the expand animation storyboard. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.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