MultiViewCalendarMessagesSettingsBuilder
Methods
WeekColumnHeader(System.String)
Allows customization of the week column header text. Set the value to make the widget compliant with web accessibility standards.
Parameters
value - System.String
The value for WeekColumnHeader
Example
@( Html.Kendo().MultiViewCalendar()
.Name("MultiViewCalendar")
.WeekNumber(true)
.Messages(m => m.WeekColumnHeader("W"))
)