Back to Devexpress

AccordionControl.IsExpanded Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-d0145854.md

latest1.7 KB
Original Source

AccordionControl.IsExpanded Property

Gets or sets whether the AccordionControl is expanded. This is a dependency property.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public bool IsExpanded { get; set; }
vb
Public Property IsExpanded As Boolean

Property Value

TypeDescription
Boolean

true, if the AccordionControl is expanded; otherwise, false.

|

Remarks

You can specify the IsExpanded property to show the AccordionControl in the expand or collapse mode.

The code sample below shows the AccordionControl in the collapse mode:

xaml
<dxa:AccordionControl IsExpanded="False"> ... </dxa:AccordionControl>

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace