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