DxBlazorStringId Enum
Lists string identifiers that define Blazor components’ UI elements used for localization.
Namespace: DevExpress.Blazor.Localization
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public enum DxBlazorStringId
Members
Name | Description |
---|---|
Yes
|
The text of the Yes item in the Grid’s filter row drop-down list. |
No
|
The text of the No item in the Grid’s filter row drop-down list. |
Calendar_TodayButton
|
The text of the Calendar component’s Today button. |
Calendar_ClearButton
|
The text of the Calendar component’s Clear button. |
ColorPicker_CustomColor
|
The text of the Custom color button displayed in the RichEdit component’s color picker. |
ColorPicker_OkButton
|
The text of the OK button displayed in the RichEdit component’s color picker. |
ColorPicker_CancelButton
|
The text of the Cancel button displayed in the RichEdit component’s color picker. |
DateEdit_ChooseDate
|
The Choose a date text displayed when the Date Edit is in Scroll Picker mode. |
DateEdit_ChooseDateAndTime
|
The text of the Date Edit component’s caption if the time section is displayed. |
DateEdit_ApplyButton
|
The tooltip displayed for the Apply button when the Date Edit is in Scroll Picker mode. |
DateEdit_CloseButton
|
The tooltip displayed for the Close button when the Date Edit is in Scroll Picker mode. |
DateEdit_OutOfRangeNotification
|
The notification message displayed for the Date Edit component when a user selects a date outside a date range. |
DateEdit_DisabledDateNotification
|
The notification message displayed for the Date Edit component when a user selects a date disabled by the CustomDisabledDate event. |
DateEdit_DateTab
|
The text of the Date Edit component’s Date tab if the time section is displayed. |
DateEdit_TimeTab
|
The text of the Date Edit component’s Time tab if the time section is displayed. |
DateEdit_NowButton
|
The text of the Date Edit component’s Now button if the time section is displayed. |
Editor_DropDownButton
|
The tooltip displayed for the editor’s drop-down button. |
DataGrid_GroupPanel
|
The text of the Data Grid’s Group Panel when the panel does not contain column headers. |
DataGrid_PopupEditFormCaption
|
The caption of the Data Grid’s edit form when it is displayed in a pop-up window. |
DataGrid_UpdateButton
|
The text of the Update button displayed within the Data Grid’s edit form. |
DataGrid_CancelButton
|
The text of the Cancel button displayed within the Data Grid’s edit form. |
DataGrid_EditButton
|
The text of the Edit button displayed within the Data Grid’s command column. |
DataGrid_DeleteButton
|
The text of the Delete button displayed within the Data Grid’s command column. |
DataGrid_NewButton
|
The text of the New button displayed within the Data Grid’s command column. |
DataGrid_ClearButton
|
The text of the Clear button displayed within the Data Grid’s filter row. |
DataGrid_ColumnChooser
|
Text of the Column Chooser window’s Selection Column item. |
DataGrid_ColumnChooser_Header
|
Text of the Column Chooser window’s Command Column item. |
DataGrid_ColumnChooser_CommandColumn
|
Text of the Column Chooser button in the Data Grid’s toolbar. |
DataGrid_ColumnChooser_SelectionColumn
|
Text of the Column Chooser window’s header. |
DataGrid_PageSize
|
The text of the Page size label displayed next to the Data Grid’s page size selector. |
DataGrid_AllText
|
The text of the All button displayed within the Data Grid’s page size selector. |
DataGrid_EmptyDataRow
|
The text that is displayed when the Data Grid does not contain data. For example, when a data source is empty or there is no data that matches the specified filter criteria. |
DataGrid_Loading
|
The text that is displayed in the Data Grid when data is being loaded. |
DataGrid_SummaryAvg
|
The text of the Avg label displayed in the Data Grid’s footer when total summaries are calculated. |
DataGrid_SummaryCount
|
The text of the Count label displayed in the Data Grid’s footer when total summaries are calculated. |
DataGrid_SummaryMax
|
The text of the Max label displayed in the Data Grid’s footer when total summaries are calculated. |
DataGrid_SummaryMin
|
The text of the Min label displayed in the Data Grid’s footer when total summaries are calculated. |
DataGrid_SummarySum
|
The text of the Sum label displayed in the Data Grid’s footer when total summaries are calculated. |
DataGrid_CheckBoxColumn_FilterTextChecked
|
The text displayed in the Data Grid’s filter row for the checked state in the checkbox column. |
DataGrid_CheckBoxColumn_FilterTextUnchecked
|
The text displayed in the Data Grid’s filter row for the unchecked state in the checkbox column. |
DataGrid_CheckBoxColumn_FilterTextIndeterminate
|
The text displayed in the Data Grid’s filter row for the indeterminate state in the checkbox column. |
ListBox_EmptyDataRow
|
The text that is displayed when the List Box does not contain data. For example, when a data source is empty or there is no data that matches the specified filter criteria. |
Grid_GroupPanel
|
The text of the Grid’s Group Panel when the panel does not contain column headers. |
Grid_SearchBoxNullText
|
The text displayed in the search box when it is empty. |
Grid_EmptyHeaders
|
The text displayed in an empty header panel. |
Grid_EmptyDataRow
|
The text displayed in an empty data row. |
Grid_Loading
|
The text displayed in the Grid when it is grouped and data from an Instant Feedback Data Source is not retrieved yet. |
Grid_ClearFilterButton
|
The text of the Clear button in the Grid’s filter row. |
Grid_Editing_NewButton
|
The text of the New button in the Grid’s command column. |
Grid_Editing_EditButton
|
The text of the Edit button in the Grid’s command column. |
Grid_Editing_DeleteButton
|
The text of the Delete button in the Grid’s command column. |
Grid_Editing_SaveButton
|
The text of the Save button in the Grid’s edit form or edit row. |
Grid_Editing_CancelButton
|
The text of the Cancel button in the Grid’s edit form or edit row. |
Grid_Editing_PopupEditFormHeaderText
|
The header text of the Grid’s edit form displayed in a pop-up window. |
Grid_Editing_DeleteConfirmationText
|
The confirmation text in the pop-up window that appears when users attempt to delete a record. |
Grid_ColumnChooser_HeaderText
|
The text displayed in the Column Chooser‘s header. |
Grid_ColumnChooser_CommandColumn
|
The text of the Command Column item displayed in the Column Chooser. |
Grid_ColumnChooser_SelectionColumn
|
The text of the Selection Column item displayed in the Column Chooser. |
Grid_Summary_Sum
|
The text of the Sum label displayed in the Grid’s footer when total summaries are calculated. |
Grid_Summary_SumOfAnotherColumn
|
The text of the Min label displayed in another column of the Grid when total summaries are calculated. |
Grid_Summary_Min
|
The text of the Min label displayed in the Grid’s footer when total summaries are calculated. |
Grid_Summary_MinOfAnotherColumn
|
The text of the Min label displayed in another column of the Grid when total summaries are calculated. |
Grid_Summary_Max
|
The text of the Max label displayed in the Grid’s footer when total summaries are calculated. |
Grid_Summary_MaxOfAnotherColumn
|
The text of the Max label displayed in another column of the Grid when total summaries are calculated. |
Grid_Summary_Average
|
The text of the Average label displayed in the Grid’s footer when total summaries are calculated. |
Grid_Summary_AverageOfAnotherColumn
|
The text of the Average label displayed in another column of the Grid when total summaries are calculated. |
Grid_Summary_Count
|
The text of the Count label displayed in the Grid’s footer when total summaries are calculated. |
Grid_PageSizeSelector_AllRowsItem
|
The text of the All item in the Grid’s page size selector. |
Grid_PageSizeSelector_Caption
|
The text of the Page Size label displayed next to the Grid’s page size selector. |
Grid_GroupInterval_DateRange_Older
|
The text of the Older label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_LastMonth
|
The text of the Last Month label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_EarlierThisMonth
|
The text of the Earlier This Month label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_ThreeWeeksAgo
|
The text of the Three Weeks Ago label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_TwoWeeksAgo
|
The text of the Two Weeks Ago label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_LastWeek
|
The text of the Last Week label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_Yesterday
|
The text of the Yesterday label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_Today
|
The text of the Today label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_Tomorrow
|
The text of the Tomorrow label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_NextWeek
|
The text of the Next Week label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_TwoWeeksAway
|
The text of the Two Weeks Away label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_ThreeWeeksAway
|
The text of the Three Weeks Away label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_LaterThisMonth
|
The text of the Later This Month label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_NextMonth
|
The text of the Next Month label displayed in a group row when rows are grouped by a date/time column. |
Grid_GroupInterval_DateRange_BeyondNextMonth
|
The text of the Beyond Next Month label displayed in a group row when rows are grouped by a date/time column. |
Grid_CommandItem_SelectAll
|
The text of the Select All command. |
Grid_CommandItem_DeselectAll
|
The text of the Deselect All command. |
Pager_NextButton
|
The text of the Next button displayed within the Data Grid’s pager and a standalone Pager component. |
Pager_PrevButton
|
The text of the Prev button displayed within the Data Grid’s pager and a standalone Pager component. |
Pager_PageOfLabel
|
The text after the Go to Page input box displayed within the Data Grid’s pager and a standalone Pager component. |
Popup_CloseButton
|
The tooltip displayed for the Close button in the Popup header. |
Scheduler_TodayButton
|
The text of the Today button displayed in the Scheduler header. |
Scheduler_ResourcesButton
|
The text of the button that displays the Scheduler’s Resource Navigator. |
Scheduler_OkButton
|
The text of the OK button displayed in the Scheduler’s Resource Navigator. |
Scheduler_CancelButton
|
The text of the Cancel button displayed in the Scheduler’s Resource Navigator. |
Scheduler_DayViewName
|
The text of the Day view displayed in the Scheduler’s View Selector. |
Scheduler_WorkWeekViewName
|
The text of the Work Week view displayed in the Scheduler’s View Selector. |
Scheduler_WeekViewName
|
The text of the Week view displayed in the Scheduler’s View Selector. |
Scheduler_MonthViewName
|
Pan is enabled. |
Scheduler_TimelineViewName
|
The text of the Timeline view displayed in the Scheduler’s View Selector. |
Scheduler_SettingsToolbarTitle
|
Specifies the Scheduler toolbar’s title. |
Scheduler_NoSubject
|
The default subject for new Scheduler appointments. |
Scheduler_EmptyResource
|
The text displayed in the appointment edit form’s Resource field when no resource is selected. |
Scheduler_Form_ConfirmDelete
|
The confirmation text displayed when you delete a recurring appointment or series. |
Scheduler_Form_DeleteButton
|
The text of the Scheduler recurring appointment’s Delete appointment button. |
Scheduler_Form_DeleteSeriesButton
|
The text of the Scheduler recurring appointment’s Delete series button. |
Scheduler_Form_ConfirmEdit
|
The confirmation text displayed when you edit a recurring appointment or series. |
Scheduler_Form_EditButton
|
The tooltip displayed for the Scheduler appointment’s Edit button. |
Scheduler_Form_EditSeriesButton
|
The text of the Scheduler recurring appointment’s Edit series button. |
Scheduler_Form_Title
|
The title of the Scheduler’s Appointment form. |
Scheduler_Form_StartDate
|
The text of the Start field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_EndDate
|
The text of the End field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Repeat
|
The text of the Repeat field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Location
|
The text of the Location field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Status
|
The text of the Status field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Resource
|
The text of the Resource field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Description
|
The text of the Description field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_RepeatEvery
|
The text of the Repeat every … setting displayed in the Recurrence Rule forms. |
Scheduler_Form_Days
|
The text displayed in the daily Recurrence Rule form after the Repeat every … day(s) spin edit. |
Scheduler_Form_Weeks
|
The text displayed in the weekly Recurrence Rule form after the Repeat every … week(s) spin edit. |
Scheduler_Form_Months
|
The text of the Repeat every … setting’s month(s) field displayed in the monthly Recurrence Rule form. |
Scheduler_Form_OnDay
|
The text of the On day … setting displayed in the monthly Recurrence Rule form. |
Scheduler_Form_OnThe
|
The text of the On the … setting displayed in the monthly Recurrence Rule form. |
Scheduler_Form_Of
|
The text of the … of … setting displayed in the monthly Recurrence Rule form. |
Scheduler_Form_On
|
The text of the On … setting displayed in the yearly Recurrence Rule form. |
Scheduler_Form_RepeatEnd
|
The text of the Repeat end setting displayed in the Recurrence Rule forms. |
Scheduler_Form_Occurrences
|
The text of the Repeat end - > End after setting’s … occurrence(s) field displayed in the Recurrence Rule forms. |
Scheduler_Form_Label
|
The text of the Label field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_RepeatAppointment
|
The title (for example, Repeat + {0} - Repeat Daily, Repeat Weekly) of the Recurrence Rule forms. |
Scheduler_Form_Save
|
The text of the Save button displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Discard
|
The text of the Discard button displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Subject
|
The text of the Subject field displayed in the Scheduler’s Appointment form. |
Scheduler_Form_AllDay
|
The text of the All Day switch displayed in the Scheduler’s Appointment form. |
Scheduler_Form_Hours
|
The text of the End setting’s time span field (for example, 2 hours) displayed in the Scheduler’s Appointment form. |
Scheduler_Status_Free
|
The text of the Scheduler’s Free status. |
Scheduler_Status_WorkingElsewhere
|
The text of the Scheduler’s Working elsewhere status. |
Scheduler_Status_Tentative
|
The text of the Scheduler’s Tentative status. |
Scheduler_Status_Busy
|
The text of the Scheduler’s Busy status. |
Scheduler_Status_Away
|
The text of the Scheduler’s Away status. |
Scheduler_Color_Light
|
The text of the Scheduler’s Light label. |
Scheduler_Color_Blue
|
The text of the Scheduler’s Blue label. |
Scheduler_Color_Purple
|
The text of the Scheduler’s Purple label. |
Scheduler_Color_Indigo
|
The text of the Scheduler’s Indigo label. |
Scheduler_Color_Pink
|
The text of the Scheduler’s Pink label. |
Scheduler_Color_Red
|
The text of the Scheduler’s Red label. |
Scheduler_Color_Orange
|
The text of the Scheduler’s Orange label. |
Scheduler_Color_Yellow
|
The text of the Scheduler’s Yellow label. |
Scheduler_Color_Green
|
The text of the Scheduler’s Green label. |
Scheduler_Color_Teal
|
The text of the Scheduler’s Teal label. |
Scheduler_Color_Cyan
|
The text of the Scheduler’s Cyan label. |
Scheduler_RecurrenceRange_NoEndDate
|
The text of the Repeat end - > No end date setting displayed in the Recurrence Rule forms. |
Scheduler_RecurrenceRange_EndAfter
|
The text of the Repeat end - > End after setting displayed in the Recurrence Rule forms. |
Scheduler_RecurrenceRange_EndBy
|
The text of the Repeat end - > End by setting displayed in the Recurrence Rule forms. |
Scheduler_RecurrenceType_Daily
|
The text of the Repeat setting’s Daily item displayed in the Scheduler’s Appointment form. |
Scheduler_RecurrenceType_Weekly
|
The text of the Repeat setting’s Weekly item displayed in the Scheduler’s Appointment form. |
Scheduler_RecurrenceType_Monthly
|
The text of the Repeat setting’s Monthly item displayed in the Scheduler’s Appointment form. |
Scheduler_RecurrenceType_Yearly
|
The text of the Repeat setting’s Yearly item displayed in the Scheduler’s Appointment form. |
Scheduler_RecurrenceType_Never
|
The text of the Repeat setting’s Never item displayed in the Scheduler’s Appointment form. |
Scheduler_WeekOfMonth_First
|
The text of the On the → first setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekOfMonth_Second
|
The text of the On the → second setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekOfMonth_Third
|
The text of the On the → third setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekOfMonth_Fourth
|
The text of the On the → fourth setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekOfMonth_Last
|
The text of the On the → last setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekDays_Day
|
The text of the On the … day setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekDays_Weekend
|
The text of the On the … weekend setting displayed in the monthly Recurrence Rule form. |
Scheduler_WeekDays_WorkDay
|
The text of the On the … work day setting displayed in the monthly Recurrence Rule form. |
Scheduler_ToolTip_RestoreOccurrence
|
The tooltip for the Restore Occurrence button displayed in the Scheduler’s Appointment form. |
Scheduler_ToolTip_Edit
|
The tooltip for the Edit button displayed in the Scheduler’s Appointment form. |
Scheduler_ToolTip_Delete
|
The tooltip for the Delete button displayed in the Scheduler’s Appointment form. |
Scheduler_ToolTip_Close
|
The tooltip for the Close button displayed in the Scheduler’s Appointment form. |
Scheduler_Resources_FilterNullText
|
The text displayed in the Scheduler’s Resource Navigator when the filter box is empty. |
Scheduler_Resources_SelectAll
|
The text of the Select All checkbox displayed in the Scheduler’s Resource Navigator. |
SpinEdit_UpButton
|
The tooltip displayed for the Spin editor’s up button. |
SpinEdit_DownButton
|
The tooltip displayed for the Spin editor’s down button. |
TimeEdit_ChooseTime
|
The text of the Time Edit component’s caption. |
TimeEdit_OutOfRangeNotification
|
The notification message displayed for the Time Edit component when a user selects time outside a range. |
TimeSpan_Day
|
The long caption of a time span mask’s days section that displays a single day. |
TimeSpan_Days
|
The long caption of a time span mask’s days section that displays multiple days. |
TimeSpan_DayShortCaption
|
The short caption of a time span mask’s days section. |
TimeSpan_Hour
|
The long caption of a time span mask’s hours section that displays a single hour. |
TimeSpan_Hours
|
The long caption of a time span mask’s hours section that displays multiple hours. |
TimeSpan_HourShortCaption
|
The short caption of a time span mask’s hours section. |
TimeSpan_Minute
|
The long caption of a time span mask’s minutes section that displays a single minute. |
TimeSpan_Minutes
|
The long caption of a time span mask’s minutes section that displays multiple minutes. |
TimeSpan_MinuteShortCaption
|
The short caption of a time span mask’s minutes section. |
TimeSpan_Second
|
The long caption of a time span mask’s seconds section that displays a single second. |
TimeSpan_Seconds
|
The long caption of a time span mask’s seconds section that displays multiple seconds. |
TimeSpan_SecondShortCaption
|
The short caption of a time span mask’s seconds section. |
TimeSpan_FractionalSecond
|
The long caption of a time span mask’s fractional seconds section that displays a single fractional second. |
TimeSpan_FractionalSeconds
|
The long caption of a time span mask’s fractional seconds section that displays multiple fractional seconds. |
TimeSpan_FractionalSecondShortCaption
|
The short caption of a time span mask’s fractional seconds section. |
TimeSpan_Millisecond
|
The long caption of a time span mask’s milliseconds section that displays a single millisecond. |
TimeSpan_Milliseconds
|
The long caption of a time span mask’s milliseconds section that displays multiple milliseconds. |
TimeSpan_MillisecondShortCaption
|
The short caption of a time span mask’s milliseconds section. |
DataEditor_InvalidMaskValidation
|
The notification message displayed for a data editor whose value does not match the applied mask. |
PivotGrid_GrandTotal
|
The text of the Pivot Grid’s grand totals. |
PivotGrid_TotalFormat
|
The text of the Pivot Grid’s row/column totals. |
Upload_FileToUpload
|
The text displayed in the Upload component when a file is ready to upload in OnButtonClick mode. |
Upload_FilesToUpload
|
The text displayed in the Upload component when files are ready to upload in OnButtonClick mode. |
Upload_UploadingFile
|
The text displayed in the Upload component when a file is being uploaded. |
Upload_UploadingFiles
|
The text displayed in the Upload component when files are being uploaded. |
Upload_UploadedFile
|
The text displayed in the Upload component when a file was uploaded successfully. |
Upload_UploadedFiles
|
The text displayed in the Upload component when files were uploaded successfully. |
Upload_FileWasNotUploaded
|
The text displayed in the Upload component when a file was not uploaded (for instance, when it did not pass validation). |
Upload_FilesWereNotUploaded
|
The text displayed in the Upload component when files were not uploaded (for instance, when they did not pass validation). |
Upload_SelectFileButton
|
The text of the Upload component’s select button that invokes the Open File dialog. |
Upload_Done
|
The text displayed in the Upload component’s file list when a file was uploaded successfully. |
Upload_Failed
|
The text displayed in the Upload component’s file list when file upload was failed. |
Upload_Canceled
|
The text displayed in the Upload component’s file list when users cancel file upload. |
Upload_FileTypeIsNotAllowed
|
The text displayed in the Upload component when a file type is not allowed. |
Upload_FileIsTooLarge
|
The text displayed in the Upload component when the file size exceeds the maximum allowed size. |
Upload_FileIsTooSmall
|
The text displayed in the Upload component when the file size is less than the minimum allowed size. |
Upload_ReadyToUpload
|
The text displayed in the Upload component in OnButtonClick mode when a file is ready to upload. |
Accordion_ExpandButton
|
The tooltip displayed for the Expand button in the Accordion item header. |
Accordion_CollapseButton
|
The tooltip displayed for the Collapse button in the Accordion item header. |
FormLayoutGroup_ExpandButton
|
The tooltip displayed for the Expand button in the Form Layout group. |
FormLayoutGroup_CollapseButton
|
The tooltip displayed for the Collapse button in the Form Layout group. |
Accordion_FilterPanel_NullText
|
The text of a filter panel in the Accordion. |
TreeView_FilterPanel_NullText
|
The text of a filter panel in the TreeView. |
Remarks
The DxBlazorStringId
enumeration fields specify IDs for Blazor components’ UI elements used within the DevExpress Localization Service. For more information about how to localize DevExpress Blazor components, refer to the following resources:
- The Localization document
- The How to localize DevExpress Blazor components example
- The Localization Service documentation