TimelineView.Type Property
Gets the view’s type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[Browsable(false)]
public override SchedulerViewType Type { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
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 |