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

DXExpander.ExpandStoryboard Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public Storyboard ExpandStoryboard { get; set; }

Property Value

Type Description
Storyboard

A Storyboard object that represents the expand animation storyboard.

Remarks

Use the ExpandStoryboard property to implement a custom animation for the DXExpander. To specify the collapse animation storyboard, use the DXExpander.CollapseStoryboard property. To learn more, see DXExpander.

The DXExpander provides a number of predefined animation styles. Use the DXExpander.HorizontalExpand and DXExpander.VerticalExpand properties to specify animation styles for the horizontal and vertical expanding/collapsing, respectively.

See Also