constructor(htmlElement, date, appointments) Constructor
In This Article
Initializes a new instance of the ASPxClientDateNavigatorDayCellCustomHighlightEventArgs class.
#Declaration
TypeScript
constructor(
htmlElement: any,
date: Date,
appointments: ASPxClientAppointment[]
)
#Parameters
Name | Type | Description |
---|---|---|
html |
any | An object representing the HTML element. |
date | Date | A Date |
appointments | ASPx |
An array of ASPx |
See Also