constructor(value) Constructor
Initializes a new instance of the ASPxClientParseDateEventArgs class with specified settings.
Declaration
constructor(
value: string
)
Parameters
Name | Type | Description |
---|---|---|
value | string | A string containing the value entered into the date editor. |
See Also