ASPxScheduler.ActiveViewType Property
Gets or sets the type of the View which is currently used by the Scheduler to show its data.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(SchedulerViewType.Day)]
public SchedulerViewType ActiveViewType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scheduler |
Day | A 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
To access the current View of the scheduler, use the ASPxScheduler.ActiveView property.
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ActiveViewType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.