ASPxClientParseDateEventArgs Properties
Provides data for the ASPxClientDateEdit.ParseDate client-side event that parses a string entered into a date editor.| Name | Description |
|---|---|
| date | Gets or sets the edit value of the date editor. |
| handled | Gets or sets a value specifying whether the event was handled. |
| value | Gets the value entered into the date editor by an end user. |
See Also