CalendarHeaderViewModel.NavigateBackwardCommand Property
Returns the command that navigates a calendar view to the previous item.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command NavigateBackwardCommand { get; }
Property Value
| Type | Description |
|---|---|
| Command | A command object. |
See Also