New to Telerik UI for ASP.NET MVC? Download free 30-day trial

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"))
            )

In this article
Not finding the help you need?