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

ActiveViewChangingEventArgs.NewView Property

Gets the new value of the ASPxScheduler.ActiveView property.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerViewBase NewView { get; }

Property Value

Type Description
SchedulerViewBase

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

Remarks

Use this parameter to identify the view to which the scheduler is switching.

Note

Use the ActiveViewChangingEventArgs.newView property when dealing with client-side events in JavaScript.

See Also