AgendaViewComponent
The component for rendering the Agenda view.
Selector
kendo-scheduler-agenda-view
Inputs
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
.
numberOfDays
number
Specifies the number of days that the view will render.
Defaults to 7
.
selectedDateFormat
string
The long-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to {0:D} - {1:D}
,
where 0
is the start and 1
is the end date
(more information).
selectedShortDateFormat
string
The short-date format for displaying the
selected date in the Scheduler toolbar.
Defaults to {0:d} - {1:d}
,
where 0
is the start and 1
is the end date
(more information).
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
.
For more information, refer to the example on setting the class
callback for all views in SchedulerComponent.slotClass
.
Fields
name
string
The invariant name for this view (agenda
).