New to Kendo UI for Angular? Start a free 30-day trial

MultiWeekViewComponent

The component for rendering the Multi-Week view.

Selector

kendo-scheduler-multi-week-view

Inputs

NameTypeDefaultDescription

eventClass

(args: EventStyleArgs) => any

Defines a function that is executed for every event in the view. The function returns a value which is supported by ngClass.

eventHeight

number

The height of the rendered events.

eventStyles

(args: EventStyleArgs) => any

Defines a function that is executed for every event in the view. The function returns a value which is supported by ngStyle.

highlightOngoingEvents

boolean | OngoingEventsSettings

Specifies the settings for the ongoing events highlight of the Scheduler.

numberOfWeeks

number

6

The number of weeks to be rendered.

selectedDateFormat

string

'{0:D} - {1:D}'

The long-date format for displaying the selected date in the Scheduler toolbar. (more information).

selectedShortDateFormat

string

'{0:d} - {1:d}'

The short-date format for displaying the selected date in the Scheduler toolbar. (more information

slotClass

(args: SlotClassArgs) => any

Defines a function that is executed for every slot in the view. The function returns a value which is supported by ngClass.

For more information, refer to the example on setting the class callback for all views in SchedulerComponent.slotClass.

Fields

NameTypeDefaultDescription

name

string

The invariant name for this view (multiWeek).

In this article

Not finding the help you need?