GotoDateFormEventArgs.SchedulerViewType Property
Gets the initial View type shown in the Go To Date dialog.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerViewType | A SchedulerViewType enumeration value that is the View type. |
Available values:
Name | Description |
---|---|
Day | Specifies the DayView. This view lets end-users schedule and view appointments by day. |
Week | Specifies the WeekView. This view lets end-users schedule and view appointments by week in a compact form. |
Month | Specifies the MonthView. This view lets end-users schedule and view appointments across several weeks. |
WorkWeek | Specifies the WorkWeekView. This view displays appointments for the working days in a particular week. |
Timeline | Specifies the TimelineView. This view displays appointments as horizontal bars along the timescales, and provides end-users with a clearer overview for scheduling purposes. |
Gantt | Specifies the GanttView. This view lets end-users schedule and view appointments as tasks with dependencies and show information on task completion status. |
FullWeek | Specifies the FullWeekView. This view allows end-users to schedule and view appointments by the entire week. |
Agenda | Specifies the AgendaView. This view allows end-users to list appointments by day. |
Year | Specifies the YearView. This view displays appointments for the entire year. |
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.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
Use the SchedulerViewType property to obtain the View type that should be initially selected in the dialog. The standard Go To Date dialog is shown in the image below: