Skip to main content

ASPxClientDateEdit Class

Represents the client-side equivalent of the ASPxDateEdit control.

#Declaration

TypeScript
declare class ASPxClientDateEdit extends ASPxClientDropDownEditBase

#Remarks

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.

See Also