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

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Cancel(System.String)

The text similar to "Cancel" displayed in scheduler.

Parameters

value - System.String

The value for Cancel

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Date(System.String)

The text similar to "Date" displayed in scheduler.

Parameters

value - System.String

The value for Date

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Destroy(System.String)

The text similar to "Delete" displayed in scheduler.

Parameters

value - System.String

The value for Destroy

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Event(System.String)

The text similar to "Event" displayed in scheduler.

Parameters

value - System.String

The value for Event

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Next(System.String)

The tooltip of the next navigation button.

Parameters

value - System.String

The value for Next

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Pdf(System.String)

The text displayed by the PDF export button.

Parameters

value - System.String

The value for Pdf

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Previous(System.String)

The tooltip of the previous navigation button.

Parameters

value - System.String

The value for Previous

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Refresh(System.String)

The aria-label of the refresh toolbar button.

Parameters

value - System.String

The value for Refresh

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

ResetSeries(System.String)

The text of the reset series button.

Parameters

value - System.String

The value for ResetSeries

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Save(System.String)

The text similar to "Save" displayed in scheduler.

Parameters

value - System.String

The value for Save

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

SelectView(System.String)

The aria-label of the View select element.

Parameters

value - System.String

The value for SelectView

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

ShowFullDay(System.String)

The text similar to "Show full day" used in scheduler "showFullDay" button.

Parameters

value - System.String

The value for ShowFullDay

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

ShowWorkDay(System.String)

The text similar to "Show business hours" used in scheduler "showWorkDay" button.

Parameters

value - System.String

The value for ShowWorkDay

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Time(System.String)

The text similar to "Time" displayed in scheduler.

Parameters

value - System.String

The value for Time

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

Today(System.String)

The text similar to "Today" displayed in scheduler.

Parameters

value - System.String

The value for Today

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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.

RETURNS

Returns the current instance of SchedulerMessagesSettingsBuilder .

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.

RETURNS

Returns the current instance of SchedulerMessagesSettingsBuilder .

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.

RETURNS

Returns the current instance of SchedulerMessagesSettingsBuilder .

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.

RETURNS

Returns the current instance of SchedulerMessagesSettingsBuilder .

Search(System.String)

The Search input title and placeholder text.

Parameters

value - System.String

The value for Search

RETURNS

Returns the current SchedulerMessagesSettingsBuilder instance.

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.

RETURNS

Returns the current instance of SchedulerMessagesSettingsBuilder .