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