SchedulerViewBase.Type Property
Gets the View’s type.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public abstract SchedulerViewType Type { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
One of the Scheduler |
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
Descendants of the SchedulerViewBase class override this abstract property to return an appropriate View type.