GotoDateFormEventArgs(SchedulerViewRepository, DateTime, SchedulerViewType) Constructor
Initializes a new instance of the GotoDateFormEventArgs class with the specified repository of views, date and view type.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public GotoDateFormEventArgs(
SchedulerViewRepository views,
DateTime date,
SchedulerViewType viewType
)
#Parameters
Name | Type | Description |
---|---|---|
views | Scheduler |
A Scheduler |
date | Date |
A Date |
view |
Scheduler |
A Scheduler |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
Instances of the GotoDateFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.