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

ASPxClientDateEdit Class

Represents the client-side equivalent of the ASPxDateEdit control.

Declaration

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