Skip to main content

ASPxClientDateNavigator Class

Represents the client-side equivalent of the ASPxDateNavigator control.

#Declaration

TypeScript
declare class ASPxClientDateNavigator extends ASPxClientControl

#Remarks

The functionality provided by the ASPxClientDateNavigator almost replicates the server-side functionality implemented by the ASPxDateNavigator. In that way, a comprehensive client object model allows you to process, navigate and manipulate data directly on the client by writing appropriate JavaScript code.

#Inheritance

See Also