Back to Devexpress

ASPxClientDateEdit Class

aspnet-js-aspxclientdateedit.md

latest1.5 KB
Original Source

ASPxClientDateEdit Class

Represents the client-side equivalent of the ASPxDateEdit control.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientDateEdit

See Also

Date Editor

ASPxClientDateEdit Members