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