maui-devexpress-dot-maui-dot-scheduler-e75799c8.md
Contains values corresponding to strings that can be localized.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public enum SchedulerStringId
| Name | Description |
|---|---|
Abbr_Day |
day
|
| Abbr_Minute |
minute
|
| Abbr_Minutes |
minutes
|
| Abbr_Hour |
hour
|
| Abbr_Hours |
hours
|
| Abbr_Days |
days
|
| Abbr_Week |
week
|
| Abbr_Weeks |
weeks
|
| Appointment_Label |
Label
|
| Appointment_Status |
Status
|
| Appointment_Reminder |
Reminder
|
| AppointmentLabel_None |
None
|
| AppointmentLabel_Important |
Important
|
| AppointmentLabel_Business |
Business
|
| AppointmentLabel_Personal |
Personal
|
| AppointmentLabel_Vacation |
Vacation
|
| AppointmentLabel_MustAttend |
Must Attend
|
| AppointmentLabel_TravelRequired |
Travel Required
|
| AppointmentLabel_NeedsPreparation |
Needs Preparation
|
| AppointmentLabel_Birthday |
Birthday
|
| AppointmentLabel_Anniversary |
Anniversary
|
| AppointmentLabel_PhoneCall |
Phone Call
|
| Caption_Free |
Free
|
| Caption_Busy |
Busy
|
| Caption_Tentative |
Tentative
|
| Caption_WorkingElsewhere |
Working Elsewhere
|
| Caption_OutOfOffice |
Out Of Office
|
| Msg_InvalidDayOfWeekForDailyRecurrence |
Invalid day of week for a daily recurrence. Only WeekDays.EveryDay, WeekDays.WeekendDays, and WeekDays.WorkDays are valid in this context.
|
| Caption_WeekOfMonthFirst |
First
|
| Caption_WeekOfMonthSecond |
Second
|
| Caption_WeekOfMonthThird |
Third
|
| Caption_WeekOfMonthFourth |
Fourth
|
| Caption_WeekOfMonthLast |
Last
|
| Caption_WeekDaysEveryDay |
Day
|
| Caption_WeekDaysWeekendDays |
Weekend day
|
| Caption_WeekDaysWorkDays |
Weekday
|
| AppointmentEdit_SelectAppointmentTypeTitle |
This is a recurring appointment.
|
| AppointmentEdit_EditOccurrenceAction |
Change this appointment only
|
| AppointmentEdit_EditFutureOccurrencesAction |
Change this and all future appointments
|
| AppointmentEdit_EditPatternAction |
Change all appointments in the series
|
| AppointmentEdit_CancelAction |
Cancel
|
| AppointmentEdit_NewAppointmentTitle |
New Appointment
|
| AppointmentEdit_EditAppointmentTitle |
Edit Appointment
|
| AppointmentEdit_RemoveOccurrenceAction |
Delete this appointment only
|
| AppointmentEdit_RemoveFutureOccurrencesAction |
Delete this and all future appointments
|
| AppointmentEdit_RemovePatternAction |
Delete all appointments in the series
|
| AppointmentEdit_RemoveAppointmentTitle |
Delete appointment
|
| AppointmentEdit_AcceptAppointmentRemoveAction |
Yes
|
| AppointmentEdit_CancelAppointmentRemoveAction |
No
|
| AppointmentEdit_ReminderCustomization |
Reminder Customization
|
| ReminderTextFormatter_Custom |
Custom…
|
| ReminderTextFormatter_AtTimeOfEvent |
At time of event
|
| ReminderTextFormatter_Day |
day
|
| ReminderTextFormatter_Days |
days
|
| ReminderTextFormatter_Hour |
hour
|
| ReminderTextFormatter_Hours |
hours
|
| ReminderTextFormatter_Minute |
minute
|
| ReminderTextFormatter_Minutes |
minutes
|
| ReminderTextFormatter_Second |
second
|
| ReminderTextFormatter_Seconds |
seconds
|
| ReminderTextFormatter_TimeBeforeStart |
{0} before start
|
| ReminderTextFormatter_TimeBefore |
{0} before
|
| AppointmentDetailFormat_Status |
Status: {0}
|
| AppointmentDetailFormat_Recurrence |
Repeat {0}
|
| TextRecurrenceTypeDaily |
Daily
|
| TextRecurrenceTypeHourly |
Hourly
|
| TextRecurrenceTypeMinutely |
Minutely
|
| TextRecurrenceTypeMonthly |
Monthly
|
| TextRecurrenceTypeWeekly |
Weekly
|
| TextRecurrenceTypeYearly |
Yearly
|
| TextRecurrenceTypeNever |
Never
|
| ReminderAddPage_Custom |
Custom…
|
| CommonRadioGroup_Never |
Never
|
| CommonRadioGroup_After |
After
|
| CommonRadioGroup_Occurrences |
occurrence(s)
|
| CommonRadioGroup_On |
On
|
| DayRadioGroup_Every |
Every
|
| DayRadioGroup_DayOrDays |
day(s)
|
| DayRadioGroup_EveryWeekDay |
Every weekday
|
| MonthRadioGroup_Each |
Each
|
| MonthRadioGroup_DayOrDays |
day(s)
|
| MonthRadioGroup_OfEvery |
of every
|
| MonthRadioGroup_MonthOrMonths |
month(s)
|
| MonthRadioGroup_The |
The
|
| WeekRadioGroup_Every |
Every
|
| WeekRadioGroup_WeekOrWeeks |
week(s)
|
| YearRadioGroup_Every |
Every
|
| YearRadioGroup_DayOf |
day of
|
| YearRadioGroup_The |
The
|
| YearRadioGroup_OfEvery |
of every
|
| AppointmentEditPage_Label |
Label
|
| AppointmentEditPage_SubjectPlaceholder |
Appointment name
|
| AppointmentEditPage_Status |
Status
|
| AppointmentEditPage_AllDay |
All day
|
| AppointmentEditPage_Repeat |
Repeat
|
| AppointmentEditPage_AddReminder |
Add a reminder
|
| AppointmentEditPage_AddAnotherReminder |
Add another reminder
|
| RecurrenceEditPage_Repeat |
Repeat
|
| RecurrenceEditPage_Frequency |
Frequency
|
| RecurrenceEditPage_RepeatOn |
Repeat On
|
| RecurrenceEditPage_EndRepeat |
End Repeat
|
| TimeZoneSelectPage_SearchBarPlaceholderText |
Time Zone
|
| Agenda_EmptyDay |
No events
|
| Agenda_AllDay |
All day
|
| Agenda_Today |
Today
|
YieldIfNotNull<SchedulerStringId>()
See Also