New to Kendo UI for AngularStart a free 30-day trial

Represents the component that renders the Agenda view in the Scheduler.

Definition

Package:@progress/kendo-angular-scheduler

Selector:kendo-scheduler-agenda-view

Syntax:

html
<kendo-scheduler>
    <kendo-scheduler-agenda-view></kendo-scheduler-agenda-view>
</kendo-scheduler>

Inputs

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

Parameters:argsEventStyleArgsReturns:

any

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

Parameters:argsEventStyleArgsReturns:

any

Specifies the days that will be hidden from the view. Accepts an array of Day enum values.

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

Specifies the number of days that the view will render.

Default:

7

Sets the long-date format for the selected date in the Scheduler toolbar. Defaults to '{0:D} - {1:D}', where 0 is the start and 1 is the end date. For more information, see Parsing and Formatting Dates and Numbers.

Default:

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

Sets the short-date format for the selected date in the Scheduler toolbar. Defaults to '{0:d} - {1:d}', where 0 is the start and 1 is the end date. For more information, see Parsing and Formatting Dates and Numbers.

Default:

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

Specifies whether to display the toolbar of the Scheduler.

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

Parameters:argsSlotClassArgsReturns:

any

Fields

name

string

The invariant name for this view (agenda).

Default:

'agenda'