SchedulerMessagesSettingsBuilder
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
NoData(System.String)
The text displayed in the Scheduler year view Tooltip when there are no events on the selected date.
Parameters
value - System.String
The value for NoData
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
Refresh(System.String)
The aria-label of the refresh toolbar button.
Parameters
value - System.String
The value for Refresh
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
SelectView(System.String)
The aria-label of the View select element.
Parameters
value - System.String
The value for SelectView
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)
The configuration of the scheduler editable messages. Use this option to customize or localize the scheduler editable messages.
Parameters
configurator - System.Action<SchedulerMessagesEditableSettingsBuilder>
The configurator for the editable setting.
Editor(System.Action)
The configuration of the scheduler editor messages. Use this option to customize or localize the scheduler editor messages.
Parameters
configurator - System.Action<SchedulerMessagesEditorSettingsBuilder>
The configurator for the editor setting.
RecurrenceEditor(System.Action)
The configuration of the scheduler recurrence editor messages. Use this option to customize or localize the scheduler recurrence editor messages.
Parameters
configurator - System.Action<SchedulerMessagesRecurrenceEditorSettingsBuilder>
The configurator for the recurrenceeditor setting.
RecurrenceMessages(System.Action)
The configuration of the scheduler recurrence messages. Use this option to customize or localize the scheduler recurrence messages.
Parameters
configurator - System.Action<SchedulerMessagesRecurrenceMessagesSettingsBuilder>
The configurator for the recurrencemessages setting.
Search(System.String)
The Search input title and placeholder text.
Parameters
value - System.String
The value for Search
Views(System.Action)
The configuration of the scheduler views messages. Use this option to customize or localize the scheduler views messages.
Parameters
configurator - System.Action<SchedulerMessagesViewsSettingsBuilder>
The configurator for the views setting.