Skip to main content

ASPxClientScheduler.Refresh Method

Client-side scripting method which initiates a round trip to the server, so that the control will be reloaded using the specified refresh action.

Declaration

Refresh(
    refreshAction?: ASPxClientSchedulerRefreshAction
): void

Parameters

Name Type Description
refreshAction ASPxClientSchedulerRefreshAction

An ASPxClientSchedulerRefreshAction enumeration value, specifying the refresh action.

Remarks

Use the ASPxClientSchedulerRefreshAction.VisibleIntervalChanged action parameter to refresh the auxiliary controls which are bound to the ASPxScheduler, and are dependent on the displayed time interval, such as the ASPxDateNavigator.

See Also