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

ViewContextService

A service which publishes information from the Scheduler to the views. Views subscribe to changes in the context (selected date, event, and resource data) through this service.

NameTypeDefaultDescription

action

Observable<NavigationAction>

A stream of navigation actions that will be handled by the view.

execute

Observable<any>

A stream that executes methods from the view.

items

Observable<ViewItem[]>

A stream of items (events) that will be displayed in the view.

optionsChange

Observable<any>

Fires when the Scheduler options are changed.

resize

Observable<void>

Fires when the Scheduler element is resized.

selectedDate

Observable<Date>

A stream with the selected date that will be displayed by the view.

Constructors

ViewContextService

()