Skip to main content

SchedulerViewType Enum

Lists the view types for a scheduler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public enum SchedulerViewType

#Members

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.

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

Reserved for future use.

FullWeek

#Passed To

You can pass SchedulerViewType values to the SchedulerControl.ActiveViewType property.

#Remarks

Use the SchedulerViewType enumeration members to specify the type of a scheduler's view. These enumeration values are used by the SchedulerControl.ActiveViewType property.

See Also