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

ASPxClientSchedulerRefreshAction.ActiveViewTypeChanged Property

Gets the value of the action parameter which initiates reloading of the main ASPxScheduler control and its satellite View controls.

Declaration

ActiveViewTypeChanged: number

Property Value

Type Description
number

An integer representing the action parameter value.

Remarks

This parameter ensures that satellite View controls (View Navigator.ASPxScheduler, View Selector.ASPxScheduler and View Visible Interval.ASPxScheduler) are reloaded when a ASPxClientScheduler.Refresh callback is performed.

A refresh callback with this parameter invokes the ASPxScheduler.ApplyChanges method with the ASPxSchedulerChangeAction.NotifyActiveViewChanged parameter.

See Also