Constructors
constructor
- new CalendarEvent(title: string, startDate: Date, endDate: Date, isAllDay?: boolean, eventColor?: Color): CalendarEvent
-
Parameters
-
title: string
-
startDate: Date
-
endDate: Date
-
Optional isAllDay: boolean
-
Optional eventColor: Color
Properties
endDate
endDate: Date
eventColor
eventColor: Color
isAllDay
isAllDay: boolean
startDate
startDate: Date
title
title: string
Represents the event used by the eventSource property of RadCalendar.