DXExpander.Commands Property
In This Article
Gets the collection of DXExpander commands.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public DXExpanderCommands Commands { get; }
#Property Value
Type | Description |
---|---|
DXExpander |
An object that specifies a set of DXExpander commands. |
See Also