DateTime Navigation Services
You can create your own class which inherits the IDateTimeNavigationService interface to implement methods for time navigation within scheduler’s datetime dimension. These methods are the following:
- IDateTimeNavigationService.GoToToday - navigates to the current date.
- IDateTimeNavigationService.GoToDate - navigates to the specified date, displays scheduled meetings in a specified view.
- IDateTimeNavigationService.NavigateForward - advances forward in time as suggested by the current view.
- IDateTimeNavigationService.NavigateBackward - steps back in time as suggested by the current view.
Tip
To register a service, use the SchedulerControl.RemoveService and SchedulerControl.AddService methods as described in the Introduction to Services in XtraScheduler document. For WPF Scheduler use the SchedulerControl.RemoveService and SchedulerControl.AddService methods respectively.