Skip to main content
A newer version of this page is available. .

SchedulerStringId Enum

Contains values corresponding to strings that can be localized.

Namespace: DevExpress.WinUI.Localization

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum SchedulerStringId

Members

Name Description
Msg_IsNotValid
Msg_InternalError
RemindersWindow_OverdueTimeBeforeAppointmentStart

{0} overdue

RemindersWindow_Now

Now

Caption_NoneReminder

None

Abbr_MinutesShort1

m

Abbr_MinutesShort2

min

Abbr_Minute

minute

Abbr_Minutes

minutes

Abbr_HoursShort

h

Abbr_Hour

hour

Abbr_Hours

hours

Abbr_DaysShort

d

Abbr_Day

day

Abbr_Days

days

Abbr_WeeksShort

w

Abbr_Week

week

Abbr_Weeks

weeks

Abbr_Month

month

Abbr_Months

months

Abbr_Year

year

Abbr_Years

years

DeleteOccurrenceWindow_DeleteSeries

Delete the series

DeleteOccurrenceWindow_DeleteOccurrence

Delete this occurrence

DeleteOccurrenceWindow_DeleteRecurrentAppointmentMessage

Do you want to delete all occurrences of the recurring appointment, or just this one?

DeleteOccurrenceWindow_DeleteRecurrentAppointmentTitle

Confirm delete

RemindersWindow_DismissAll

Dismiss All

RemindersWindow_Dismiss

Dismiss

RemindersWindow_Snooze

Snooze

RemindersWindow_ClickSnoozeToBeReminderAgainIn

Click Snooze to be reminded again in:

ButtonCaption_Cancel

Cancel

ButtonCaption_Save

Save

Format_TimeBeforeStart

{0} before start

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

Caption_StartTime

Start time: {0}

Caption_Reminder

{0} Reminder

Caption_Reminders

{0} Reminders

MenuCmd_NewAppointment

New Appointment

MenuCmd_GoToToday

Go to Today

MenuCmd_OpenAppointment

Open

MenuCmd_DeleteAppointment

Delete

Caption_DayView

Day

Caption_WorkWeekView

Work Week

Caption_WeekView

Full Week

Caption_MonthView

Month

DateTimeAutoFormat_WithoutYear
DateTimeAutoFormat_Week

Remarks

Refer to the Localization topic for more information on how to localize DevExpress WinUI Controls.

See Also