ActiveViewChangingEventArgs.newView Property
Gets the new value of the ASPxScheduler.ActiveView property.
Declaration
newView: ASPxSchedulerViewType
Property Value
Type | Description |
---|---|
ASPxSchedulerViewType | A string, which is the SchedulerViewType enumeration value. |
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