DXExpanderCommands.Collapse Property
Returns the command that collapses the DXExpander.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Command Collapse { get; }
Property Value
| Type | Description |
|---|---|
| Command | A command that collapses the DXExpander. |
See Also