Kendo.Mvc.UI.Fluent.SchedulerMessagesSettingsBuilder
Defines the fluent API for configuring SchedulerMessagesSettings
Methods
AllDay(System.String)
The text similar to "all day" displayed in day,week and agenda views.
Parameters
value System.String
The value for AllDay
AriaEventLabel(System.String)
Specifies the format string used to populate the aria-label attribute value of the selected event element.The arguments which can be used in the format string are: {0} - represents the title of the selected event.; {1} - represents the start date of the event. or {2} - represents the start time of the event..
Parameters
value System.String
The value for AriaEventLabel
AriaSlotLabel(System.String)
Specifies the format string used to populate the aria-label attribute value of the selected slot element.The arguments which can be used in the format string are: {0} - represents the start date of the slot. or {1} - represents the end date of the slot..
Parameters
value System.String
The value for AriaSlotLabel
Cancel(System.String)
The text similar to "Cancel" displayed in scheduler.
Parameters
value System.String
The value for Cancel
Date(System.String)
The text similar to "Date" displayed in scheduler.
Parameters
value System.String
The value for Date
DeleteWindowTitle(System.String)
The text similar to "Delete event" displayed as title of the scheduler delete event window.
Parameters
value System.String
The value for DeleteWindowTitle
Destroy(System.String)
The text similar to "Delete" displayed in scheduler.
Parameters
value System.String
The value for Destroy
Event(System.String)
The text similar to "Event" displayed in scheduler.
Parameters
value System.String
The value for Event
DefaultRowText(System.String)
The text similar to "All events" displayed in timeline views when there is no vertical grouping.
Parameters
value System.String
The value for DefaultRowText
Next(System.String)
The tooltip of the next navigation button.
Parameters
value System.String
The value for Next
Pdf(System.String)
The text displayed by the PDF export button.
Parameters
value System.String
The value for Pdf
Previous(System.String)
The tooltip of the previous navigation button.
Parameters
value System.String
The value for Previous
ResetSeries(System.String)
The text of the reset series button.
Parameters
value System.String
The value for ResetSeries
Save(System.String)
The text similar to "Save" displayed in scheduler.
Parameters
value System.String
The value for Save
ShowFullDay(System.String)
The text similar to "Show full day" used in scheduler "showFullDay" button.
Parameters
value System.String
The value for ShowFullDay
ShowWorkDay(System.String)
The text similar to "Show business hours" used in scheduler "showWorkDay" button.
Parameters
value System.String
The value for ShowWorkDay
Time(System.String)
The text similar to "Time" displayed in scheduler.
Parameters
value System.String
The value for Time
Today(System.String)
The text similar to "Today" displayed in scheduler.
Parameters
value System.String
The value for Today
Editable(System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesEditableSettingsBuilder<T>>)
The configuration of the scheduler editable messages. Use this option to customize or localize the scheduler editable messages.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesEditableSettingsBuilder>
The configurator for the editable setting.
Editor(System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesEditorSettingsBuilder<T>>)
The configuration of the scheduler editor messages. Use this option to customize or localize the scheduler editor messages.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesEditorSettingsBuilder>
The configurator for the editor setting.
RecurrenceEditor(System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesRecurrenceEditorSettingsBuilder<T>>)
The configuration of the scheduler recurrence editor messages. Use this option to customize or localize the scheduler recurrence editor messages.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesRecurrenceEditorSettingsBuilder>
The configurator for the recurrenceeditor setting.
RecurrenceMessages(System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesRecurrenceMessagesSettingsBuilder<T>>)
The configuration of the scheduler recurrence messages. Use this option to customize or localize the scheduler recurrence messages.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesRecurrenceMessagesSettingsBuilder>
The configurator for the recurrencemessages setting.
Views(System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesViewsSettingsBuilder<T>>)
The configuration of the scheduler views messages. Use this option to customize or localize the scheduler views messages.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SchedulerMessagesViewsSettingsBuilder>
The configurator for the views setting.