DXExpanderCommands.Expand Property
In This Article
Returns the command that expands the DXExpander.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public Command Expand { get; }
#Property Value
Type | Description |
---|---|
Command | A command that expands the DXExpander. |
See Also