ASPxClientTimer Class
Represents a client-side equivalent of the ASPxTimer object.
Declaration
declare class ASPxClientTimer extends ASPxClientControl
Remarks
The ASPxClientTimer class represents a client timer object - a client-side equivalent of the ASPxTimer component.
The timer’s client-side API includes two methods: the ASPxClientTimer.SetInterval and ASPxClientTimer.SetEnabled.
For an example on how to manipulate the ASPxClientTimer component on the client side, see Client-Side Functionality demo.
Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientTimer
See Also