Gets the View currently used by the Scheduler to show its data.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public SchedulerViewBase ActiveView { get; }
Public ReadOnly Property ActiveView As SchedulerViewBase
Type | Description |
---|---|
SchedulerViewBase | A SchedulerViewBase object which is one of the views listed in the SchedulerViewType enumeration. |
Note that to change the type of the currently active View, the ASPxScheduler.ActiveViewType property should be used. Also, handle the ASPxScheduler.ActiveViewChanged event to perform any actions every time the active View is changed.