aspnet-js-aspxclientdateedit.md
Represents the client-side equivalent of the ASPxDateEdit control.
declare class ASPxClientDateEdit extends ASPxClientDropDownEditBase
In addition to the common dropdown edit functionality inherited from its ASPxClientDropDownEdit ancestor, the ASPxClientDateEdit object allows you to manipulate its date (ASPxClientDateEdit.GetDate, ASPxClientDateEdit.SetDate) and respond to the date changes (ASPxClientDateEdit.DateChanged).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientDateEdit
See Also