CalendarHeaderViewModel.SwitchViewCommand Property
Returns the command that navigates between calendar views.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command SwitchViewCommand { get; }
Property Value
Type | Description |
---|---|
Command | A command object. |
See Also