DXCalendarCommands.SwitchView Property
Returns the command that changes the calendar view type.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command SwitchView { get; }
Property Value
Type | Description |
---|---|
Command | A command object. |
See Also