ActiveViewChangingEventArgs.newView Property
In This Article
Gets the new value of the ASPxScheduler.ActiveView property.
#Declaration
TypeScript
newView: ASPxSchedulerViewType
#Property Value
Type | Description |
---|---|
ASPx |
A string, which is the Scheduler |
#Remarks
Client-side event handling. Use this parameter to identify a view that the scheduler was using to display appointments before a change occurred.
See Also