Skip to main content
A newer version of this page is available. .

ASPxScheduler.ActiveView Property

Gets the View currently used by the Scheduler to show its data.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public SchedulerViewBase ActiveView { get; }

Property Value

Type Description
SchedulerViewBase

A SchedulerViewBase object which is one of the views listed in the SchedulerViewType enumeration.

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