ASPxSchedulerStringId Enum
Contains strings that can be localized for the ASPxScheduler. For more information, refer to the Localization topic.
Namespace: DevExpress.Web.ASPxScheduler.Localization
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Members
Name | Description |
---|---|
Caption_RecurrenceType_Hourly
|
Contains localizable text of the corresponding UI element. |
Caption_RecurrenceType_Daily
|
The label of the radio button used to select the RecurrenceType.Daily type on the recurrence form. Default Value: “Daily” |
Caption_RecurrenceType_Weekly
|
The label of the radio button used to select the RecurrenceType.Weekly type on the recurrence form. Default Value: “Weekly” |
Caption_RecurrenceType_Monthly
|
The label of the radio button used to select the RecurrenceType.Monthly type on the recurrence form. Default Value: “Monthly” |
Caption_RecurrenceType_Yearly
|
The label of the radio button used to select the RecurrenceType.Yearly type on the recurrence form. Default Value: “Yearly” |
Caption_RecurrenceRange_NoEndDate
|
Contains localizable text of the corresponding UI element. |
Caption_RecurrenceRange_OccurrenceCount
|
Contains localizable text of the corresponding UI element. |
Caption_RecurrenceRange_EndBy
|
Contains localizable text of the corresponding UI element. |
Caption_EndDate
|
Contains localizable text of the corresponding UI element. Default Value: “End date” |
Caption_Days
|
The label of the IRecurrenceInfo.Periodicity property editor on the DailyRecurrenceControl. Default Value: “day(s)” |
Caption_Hour
|
Contains localizable text of the corresponding UI element. |
Caption_Every
|
The label of the radio button which enables the RecurrenceInfo.Periodicity property editor on the DailyRecurrenceControl . Default Value: “Every” |
Caption_EveryWeekday
|
The label of the radio button which sets the RecurrenceInfo.WeekDays property to the WeekDays.WorkDays value on the DailyRecurrenceControl. Default Value: “Every weekday” |
Caption_RecurEvery
|
The label located before the RecurrenceInfo.Periodicity property editor on the WeeklyRecurrenceControl. Default Value: “Recur every” |
Caption_WeeksOn
|
The label for the RecurrenceInfo.Periodicity property editor on the WeeklyRecurrenceControl. Default Value: “week(s) on:” |
Caption_Day
|
The label for the radio button that sets the RecurrenceInfo.WeekOfMonth property to WeekOfMonth.None on the MonthlyRecurrenceControl. Default Value: “Day” |
Caption_The
|
The label for the radio button that selects the RecurrenceInfo.WeekOfMonth value on the MonthlyRecurrenceControl or the YearlyRecurrenceControl. Default Value: “The” |
Caption_OfEvery
|
The label located before the RecurrenceInfo.Periodicity property editor on the MonthlyRecurrenceControl. Default Value: “of every” |
Caption_Months
|
The label of the RecurrenceInfo.Periodicity property editor on the MonthlyRecurrenceControl. Default Value: “month(s)” |
Caption_Of
|
The label located before the RecurrenceInfo.Month property editor on the YearlyRecurrenceControl. Default Value: “of every” |
Caption_Occurrences
|
The label of the RecurrenceInfo.OccurrenceCount editor displayed when the RecurrenceInfo.Range is set to the RecurrenceRange.OccurrenceCount value. Located on the recurrence form. Default Value: “occurrences” |
Caption_Recurrence
|
The label of the checkbox used to show the recurrence form on the default appointment editing form. Default Value: “Recurrence” |
Caption_GotoDate
|
The caption of the Go To Date form. Default Value: “Go To Date” |
Caption_DeleteRecurrentApt
|
The caption of the confirmation dialog for deletion of a recurrent appointment. Default Value: “Confirm Delete” |
Caption_OpenRecurrentApt
|
The caption of the confirmation dialog which is invoked when the user attempts to open an appointment occurrence. By default, the dialog is not shown. Set the SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction property to the RecurrentAppointmentAction.Ask value to show the dialog. Default Value: “Open Recurring Item” |
TooltipViewNavigator_Backward
|
The text of the tooltip for the View Navigator‘s Backward button. Default Value: “Backward” |
TooltipViewNavigator_Forward
|
The text of the tooltip for the View Navigator‘s Forward button. Default Value: “Forward” |
TooltipViewNavigator_GotoDate
|
The text of the tooltip for the View Navigator‘s Go to Date button. Default Value: “Go to Date” |
CaptionViewNavigator_Today
|
The caption of the View Navigator control. Default Value: “Today” |
Caption_ViewVisibleInterval_Format
|
The format string used to display a caption of the View Visible Interval control. Default Value: “{0:D} – {1:D}” |
Caption_OperationToolTip
|
A text in the tooltip displayed when a user drags an appointment. Default Value: “Press ESC to cancel operation” |
Caption_Error
|
The text associated with the Error icon in the StatusInfo block. The StatusInfo block with the Error icon is displayed when an unhandled exception is thrown in the ASPxScheduler control. Default Value: “Error” |
Caption_Warning
|
The text associated with the Warning icon in the StatusInfo block. The StatusInfo block with the Error icon is displayed when an unhandled exception is thrown in the ASPxScheduler control. Default Value: “Warning” |
Caption_Info
|
The text associated with the Information icon in the StatusInfo block. The StatusInfo block with the Error icon is displayed when an unhandled exception is thrown in the ASPxScheduler control. Default Value: “Information” |
Caption_DetailInfo
|
The text of the link that shows detailed information in the StatusInfo block. The link is displayed if the ASPxSchedulerOptionsBehavior.ShowDetailedErrorInfo option is set to Default Value: “Show detail info” |
Caption_ShowMore
|
The caption of the Show More button. Default Value: “Show more” |
Caption_LoadError
|
A format string used in the error message when a default form or a tooltip cannot be loaded. Default Value: “Can’t load {0}” |
Form_Subject
|
The label for the Appointment.Subject property editor on the default appointment editing form. Default Value: “Subject:” |
Form_Location
|
The label for the Appointment.Location property editor on the default appointment editing form. Default Value: “Location:” |
Form_Label
|
The label for the Appointment.LabelKey property editor on the default appointment editing form. Default Value: “Label:” |
Form_StartTime
|
The label for the Appointment.Start property editor on the default appointment editing form. Default Value: “Start time:” |
Form_EndTime
|
The label for the Appointment.End property editor on the default appointment editing form. Default Value: “End time:” |
Form_Status
|
The label for the Appointment.StatusKey property editor on the default appointment editing form. Default Value: “Show time as:” |
Form_AllDayEvent
|
The label for the Appointment.AllDay property editor on the default appointment editing form. Default Value: “Label:” |
Form_Resource
|
The label for the Appointment.ResourceId property editor on the default appointment editing form. Default Value: “Resource:” |
Form_Reminder
|
The label for the Appointment.Reminder property editor on the default appointment editing form. Default Value: “Reminder” |
Form_ButtonOk
|
The caption of the OK button. Default Value: “OK” |
Form_ButtonCancel
|
The caption of the Cancel button. Default Value: “OK” |
Form_ButtonDelete
|
The caption of the Delete button. Default Value: “Delete” |
Form_Recurrence
|
The label for the checkbox located on the AppointmentFormEx appointment editing form that is used to show recurrence form. Default Value: “Recurrence:” |
Form_Date
|
The label for the date selection editor on the Go To Date form. Default Value: “Date:” |
Form_ShowIn
|
The label for the view selection editor on the Go To Date form. Default Value: “Show in:” |
Form_Save
|
The text of the tooltip for the Save button at the Inplace Editor form. Default Value: “The series” |
Form_OpenEditForm
|
The text of the tooltip for the Open Edit Form button at the Inplace Editor form. Default Value: “Open Edit Form…” |
Form_ConfirmDelete
|
The text of the question on the confirmation dialog invoked when the user attempts to delete an appointment occurrence. Default Value: “Do you want to delete all occurrences of the recurring appointment "{0}", or just this one?” |
Form_ConfirmEdit
|
The text of the question on the confirmation dialog which can be invoked when the user attempts to edit an appointment occurrence. By default, the dialog is not shown. Set the SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction property to RecurrentAppointmentAction.Ask to show the dialog. Default Value: “"{0}" is a recurring appointment. Do you want to open only this occurrence or the series?” |
Form_Series
|
The label for the radio button specifying that the entire series should be deleted. Located on the confirmation dialog which is invoked when the user attempts to delete an appointment occurrence. Default Value: “The series” |
Form_Occurrence
|
The label for the radio button specifying that only the current occurrence should be deleted. Located on the confirmation dialog which is invoked when the user attempts to delete an appointment occurrence. Default Value: “This occurrence” |
Form_SnoozeInfo
|
The label for the ReminderBase.Snooze parameter editor on the form invoked on reminder alert. Default Value: “Click Snooze to be reminded again in:” |
Form_ButtonDismiss
|
The caption of the button used to dismiss the selected reminder. Located on the form invoked on reminder alert. Default Value: “Dismiss” |
Form_ButtonDismissAll
|
The caption of the button used to dismiss all listed reminders. Located on the form invoked on reminder alert. Default Value: “Dismiss All” |
Form_ButtonSnooze
|
The caption of the button used to snooze the reminder. Located on the form invoked on reminder alert. Default Value: “Do you want to delete all occurrences of the recurring appointment "{0}", or just this one?” |
Form_ButtonOpenItem
|
The caption of the button used to open the dialog for editing the appointment. Located on the form invoked on the reminder alert. Default Value: “Open Item” |
Form_TimeZone
|
Contains localizable text of the corresponding UI element. |
Agenda_NoAppointmentsToDisplay
|
Contains localizable text of the corresponding UI element. |
ToolTip_EditAppointment
|
Contains localizable text of the corresponding UI element. Default Value: “Edit” |
ToolTip_DeleteAppointment
|
Contains localizable text of the corresponding UI element. Default Value: “Delete” |
ToolTip_Loading
|
Contains localizable text of the corresponding UI element. Default Value: “Loading…” |
Resources_ShowFilterWindow
|
Contains localizable text of the corresponding UI element. |
Resources_FilterNullText
|
Contains localizable text of the corresponding UI element. |
FloatingActionButton_NewAppointment
|
Contains localizable text of the corresponding UI element. Default Value: “New Appointment” |
FloatingActionButton_NewRecurringAppointment
|
Contains localizable text of the corresponding UI element. Default Value: “New Recurring Appointment” |
FloatingActionButton_EditAppointment
|
Contains localizable text of the corresponding UI element. Default Value: “Edit” |
FloatingActionButton_DeleteAppointment
|
Contains localizable text of the corresponding UI element. Default Value: “Delete” |