GotoDateFormEventArgs.SchedulerViewType Property
Gets or sets the View type shown in the Go To Date dialog window.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public SchedulerViewType SchedulerViewType { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
Available values:
Name | Description |
---|---|
Day | Specifies the Day |
Week | Specifies the Week |
Month | Specifies the Month |
Work |
Specifies the Work |
Timeline | Specifies the Timeline |
Gantt | Specifies the Gantt |
Full |
Specifies the Full |
Agenda | Specifies the Agenda |
Year | Specifies the Year |
#Remarks
This property can be used to both set the View type that is initially displayed in the Go To Date dialog window and obtain the View type selected by an end user in this dialog.
The standard Go To Date dialog window is shown in the image below.