Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelListViewScheduler.SchedulerViewType Property

Specifies the view type used by the Scheduler List Editor.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v24.2.dll

#Declaration

[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
SchedulerViewType SchedulerViewType { get; set; }

#Property Value

Type Description
SchedulerViewType

A SchedulerViewType enumeration value that specifies the view type used by the Scheduler List Editor.

#Property Value

Type Description
SchedulerViewType

A SchedulerViewType enumeration value that specifies the view type used by the Scheduler List Editor.

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

This property is considered for the List Views displayed by the DevExpress.ExpressApp.Scheduler.Blazor.Editors.SchedulerListEditor, SchedulerListEditor, and ASPxSchedulerListEditor.

The following values are available:

  • Day - lets users schedule and view appointments by day.
  • Month - lets users schedule and view appointments across several weeks.
  • Timeline - displays appointments as horizontal bars along the timescales and provides users with a scheduling overview.
  • Week - lets users schedule and view appointments by week.
  • WorkWeek - displays appointments for the working days in a particular week.
See Also