ASPxScheduler.ActiveView Property
In This Article
Gets the View 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
public SchedulerViewBase ActiveView { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
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.
See Also