constructor(date) Constructor
Initializes a new instance of the ASPxClientCalendarCellClickEventArgs class.
Declaration
constructor(
date: Date
)
Parameters
| Name | Type | Description |
|---|---|---|
| date | Date | A DateTime object representing the clicked date cell. |
See Also