constructor(htmlElement, date, appointments) Constructor
Initializes a new instance of the ASPxClientDateNavigatorDayCellCustomHighlightEventArgs class.
Declaration
constructor(
htmlElement: any,
date: Date,
appointments: ASPxClientAppointment[]
)
Parameters
Name | Type | Description |
---|---|---|
htmlElement | any | An object representing the HTML element. |
date | Date | A DateTime object that represents the highlighted date. |
appointments | ASPxClientAppointment[] | An array of ASPxClientAppointment objects that the highlighted day cell contains. |
See Also