Skip to main content

ASPxClientParseDateEventArgs Members

Provides data for the ASPxClientDateEdit.ParseDate client-side event that parses a string entered into a date editor.

Constructors

Name Description
constructor(value) Initializes a new instance of the ASPxClientParseDateEventArgs class with specified settings.

Properties

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