Skip to main content

AccordionCommands.ChangeItemExpanded Property

Gets the command that toggles the expansion state of the specified Selection.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public ICommand ChangeItemExpanded { get; }

Property Value

Type Description
ICommand

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

Remarks

The ChangeItemExpanded command accepts a parameter of the Object type.

See Also