Back to Devexpress

DXExpander.ExpandStoryboard Property

wpf-devexpress-dot-xpf-dot-core-dot-dxexpander-42f5ada1.md

latest2.0 KB
Original Source

DXExpander.ExpandStoryboard Property

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Storyboard ExpandStoryboard { get; set; }
vb
Public Property ExpandStoryboard As Storyboard

Property Value

TypeDescription
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

CollapseStoryboard

HorizontalExpand

VerticalExpand

DXExpander Class

DXExpander Members

DevExpress.Xpf.Core Namespace