Skip to main content

AccordionCommands.ExpandAllItems Property

Gets the command that expands all accordion items.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public ICommand ExpandAllItems { get; }

Property Value

Type Description
ICommand

An object implementing the System.Windows.Input.ICommand interface.

Remarks

If the AccordionControl.ExpandMode property is set to Single or SingleOrNone, only one item will be expanded.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ExpandAllItems property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also