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

Razor
 
             @( Html.Kendo().MultiViewCalendar()
                        .Name("MultiViewCalendar")
                        .WeekNumber(true)
                        .Messages(m => m.WeekColumnHeader("W"))
            )
             
In this article
MethodsWeekColumnHeader(System.String)
Not finding the help you need?
Contact Support