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