Skip to main content

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

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