IModelListViewScheduler.SchedulerViewType Property
Specifies the view type used by the Scheduler List Editor.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
#Declaration
[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
SchedulerViewType SchedulerViewType { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
A |
Available values:
Name | Description |
---|---|
Day | Specifies the Day |
Week | Specifies the Week |
Month | Specifies the Month |
Work |
Specifies the Work |
Timeline | Specifies the Timeline |
Gantt | Specifies the Gantt |
Full |
Specifies the Full |
Agenda | Specifies the Agenda |
Year | Specifies the 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.