Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelListViewScheduler.SchedulerViewType Property

Specifies the view type used by the Scheduler List Editor.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

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

Property Value

Type Description
SchedulerViewType

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

Property Value

Type Description
SchedulerViewType

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

Remarks

This property is considered for the List Views displayed by the SchedulerListEditor or ASPxSchedulerListEditor.

The following values are available:

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