SchedulerViewType Enum
Lists the view types for a scheduler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#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 | Reserved for future use. |
Full |
#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.