Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AccordionCommands Class

Provides access to AccordionControl commands.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

#Declaration

public class AccordionCommands :
    ImmutableObject

The following members return AccordionCommands objects:

#Remarks

The AccordionControl provides built-in commands allowing you to expand/collapse accordion items.

<Button Command="{Binding Commands.ChangeItemExpanded, ElementName=accordion}">Expand/Collapse</Button>

#Inheritance

Object
DevExpress.Utils.ImmutableObject
AccordionCommands
See Also