IDateTimeNavigationService.GoToDate(DateTime, SchedulerViewType) Method
Displays the specified date using the specified view.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| date | DateTime | A System.DateTime value, representing the destination date. |
| viewType | SchedulerViewType | A SchedulerViewType enumeration, specifying the destination Scheduler view . |
Remarks
Use this method to navigate to the specified date and show it in the specified View.
See Also