SchedulerViewType Enum
Lists the view types for a scheduler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
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
Use this enumeration’s members to specify the type of a scheduler’s view. This enumeration’s values are used by the SchedulerControl.ActiveViewType property.