Kendo.Mvc.UI.Fluent.SchedulerMonthViewBuilder
Defines the fluent interface for configuring the SchedulerMonthView.
Methods
DayTemplate(System.String)
The template used to render the day slots in month view.
Parameters
dayTemplate System.String
The dayTemplate
DayTemplateId(System.String)
The Id of the template used to render the day slots in month view.
Parameters
dayTemplateId System.String
The dayTemplateId
EventHeight(System.Object)
The height of the scheduler event rendered in month and timeline views. In month view it could be set to a concrete number or to the string value "auto". When set to "auto" it will automatically set the views.adaptiveRowHeight property to true.
Parameters
eventHeight System.Object
The eventHeight
EventSpacing(System.Nullable<System.Double>)
Specifies the distance between individual events.
Parameters
eventSpacing System.Nullable<System.Double>
The eventSpacing
EventsPerDay(System.Nullable<System.Double>)
Indicates how many events could be listed for a day. When there are more events for a specific day a "more" link will be placed at the bottom of the day slot and will navigate to the day view if clicked.
Parameters
eventsPerDay System.Nullable<System.Double>
The eventsPerDay
AdaptiveSlotHeight(System.Boolean)
Increases the slot height when containing events up to views.eventsPerDay and reduces its height if there are less events for that specific day.
Parameters
adaptiveSlotHeight System.Boolean
The adaptiveSlotHeight
Virtual(System.Boolean)
Enables the DOM virtualization for vertical grouping of the view - renders batches of DOM elements as you scroll. The views that support this option are: "day", "week", "workWeek", "month".