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

YearViewComponent

The component for rendering the Year view.

Selector

kendo-scheduler-year-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.

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.

selectedDateFormat

string

'{0:yyy}'

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

selectedShortDateFormat

string

'{0:yyy}'

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

showToolbar

boolean

Specifies whether to display the toolbar of the Scheduler.

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 see example.

Fields

NameTypeDefaultDescription

name

string

'year'

The invariant name for this view.

In this article
SelectorInputsFields
Not finding the help you need?
Contact Support