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.
Name | Type | Default | Description |
---|---|---|---|
action |
|
A stream of navigation actions that will be handled by the view. | |
execute |
|
A stream that executes methods from the view. | |
items |
|
A stream of items (events) that will be displayed in the view. | |
optionsChange |
|
Fires when the Scheduler options are changed. | |
resize |
|
Fires when the Scheduler element is resized. | |
selectedDate |
|
A stream with the selected date that will be displayed by the view. |
Constructors
ViewContextService
()