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

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

Definition

Package:@progress/kendo-angular-scheduler

Selector:kendo-scheduler-year-view

Syntax:

html
<kendo-scheduler>
     <kendo-scheduler-year-view></kendo-scheduler-year-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

Sets the long-date format for the selected year in the Scheduler toolbar. For more information, see Parsing and Formatting Dates and Numbers.

Default:

'{0:yyy}'

Sets the short-date format for the selected year in the Scheduler toolbar. For more information, see Parsing and Formatting Dates and Numbers.

Default:

'{0:yyy}'

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.

Default:

'year'