ASPxClientDateEdit Class
In This Article
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 ASPxtrue
or any client event is handled.
#Inheritance
See Also