Skip to main content

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
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