Skip to main content
A newer version of this page is available. .

GotoDateFormEventArgs.SchedulerViewType Property

Gets or sets the View type shown in the Go To Date dialog window.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public SchedulerViewType SchedulerViewType { get; set; }

Property Value

Type Description
SchedulerViewType

A SchedulerViewType enumeration value representing 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.

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.

GoToDate Dialog

See Also