Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CalendarEvent

Represents the event used by the eventSource property of RadCalendar.

Hierarchy

  • CalendarEvent

Index

Constructors

constructor

  • new CalendarEvent(title: string, startDate: Date, endDate: Date, isAllDay?: boolean, eventColor?: Color): CalendarEvent
  • Constructs an event with given parameters

    Parameters

    • title: string
    • startDate: Date
    • endDate: Date
    • Optional isAllDay: boolean
    • Optional eventColor: Color

    Returns CalendarEvent

Properties

endDate

endDate: Date

Indicates the end date of the event.

eventColor

eventColor: Color

Indicates the color that will be used for representation of this event.

isAllDay

isAllDay: boolean

Indicates whether the event is an all day event.

startDate

startDate: Date

Indicates the start date of the event.

title

title: string

Indicates the title of the event.

Generated using TypeDoc