AccordionCommands.ChangeItemExpanded Property
Gets the command that toggles the expansion state of the specified Selection.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
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