A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
[DefaultValue(SchedulerViewType.Day)]
public SchedulerViewType ActiveViewType { get; set; }
<DefaultValue(SchedulerViewType.Day)>
Public Property ActiveViewType As SchedulerViewType
Property Value
Type | Default | Description |
---|---|---|
SchedulerViewType | Day |
A SchedulerViewType enumeration value specifying the active View type. |
Remarks
To access the current View of the scheduler, use the ASPxScheduler.ActiveView property.
See Also
Feedback