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