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

ASPxTimer Class

Represents a timer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxTimer :
    ASPxWebComponent,
    IRequiresLoadPostDataControl

Remarks

The ASPxTimer generates recurring events at specified time intervals. The ASPxTimer.Interval property allows the time before the ASPxTimer.Tick event is raised relative to the last occurrence of the ASPxTimer.Tick event.

Note

The ASPxTimer control provides you with a comprehensive client-side functionality implemented using JavaScript code.

The client-side API is always available for this control.

The ASPxTimer‘s client-side API includes two methods: the ASPxClientTimer.SetInterval and ASPxClientTimer.SetEnabled.

For an example on how to manipulate the ASPxTimer component on the client side, see Timer - Client-Side Functionality demo.

See Also