CalendarMessagesSettingsBuilder

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

RETURNS

Returns the current CalendarMessagesSettingsBuilder instance.

Allows customization of the "Navigate to " text that would be used for title attribute of the Calendar title in the header. The label is also a button allowing navigation to parent view.

Parameters

value - System.String

The value for NavigateTo

RETURNS

Returns the current CalendarMessagesSettingsBuilder instance.

Example

Razor
 
            @(Html.Kendo().Calendar()
                        .Name("calendar")
                        .Messages(msg => msg.NavigateTo("Go to"))
             )
             

ParentViews(System.Action)

Allows customization of names of the views used in the title attribute of the Calendar title in the header. The label is also a button allowing navigation to parent view.

Parameters

configurator - System.Action<CalendarMessagesParentViewsSettingsBuilder>

The configurator for the parentviews setting.

RETURNS

Returns the current instance of CalendarMessagesSettingsBuilder .

Today(System.String)

Allows customization of the text of the Today button present in the widget in its modern rendering.

Parameters

value - System.String

The value for Today

RETURNS

Returns the current CalendarMessagesSettingsBuilder instance.