Back to Devexpress

ASPxGridViewStringId Enum

aspnet-devexpress-dot-web-dot-localization-399d2542.md

latest37.9 KB
Original Source

ASPxGridViewStringId Enum

Contains strings that can be localized for the ASPxCardView, ASPxGridView, and ASPxVerticalGrid. For more information, refer to the Localization topic.

Namespace : DevExpress.Web.Localization

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ASPxGridViewStringId
vb
Public Enum ASPxGridViewStringId

Members

NameDescription
GroupPanel

The explanatory text displayed within a Group Panel when there is no column.

Default Value : “Drag a column header here to group by that column”

| | EmptyDataRow |

The explanatory text displayed within an Empty Data Row.

Default Value : “No data to display”

| | EmptyHeaders |

A text displayed in the Header Panel when grid column headers are empty.

Default Value : “Drag a column here…”

| | ConfirmDelete |

The text message displayed within the Confirm Delete window.

Default Value : “Confirm Delete?”

| | ConfirmOnLosingBatchChanges |

The text of a confirm message that is shown before grid data changes is lost in batch edit mode.

Default Value : “Are you sure you want to perform the action? All unsaved grid data will be lost.”

| | GroupContinuedOnNextPage |

The text displayed in a group row when the grouped data rows do not fit to a page.

Default Value : “(Continued on the next page)”

| | CustomizationWindowCaption |

A text displayed in a title bar of the Customization Window.

Default Value : “Field Chooser”

| | PopupEditFormCaption |

A text displayed in a title bar of a Popup Edit Form.

Default Value : “Edit Form”

| | IncorrectSelectionError |

Contains localizable text of the corresponding UI element.

| | ClipboardAccessDeniedError |

Contains localizable text of the corresponding UI element.

| | HeaderFilterShowAllItem |

The text of the filter dropdown item specifying that all rows should be displayed.

Default Value : “(All)”

| | HeaderFilterShowBlanksItem |

The text of the filter dropdown item specifying that only rows with a blank field value of the current column should be displayed.

Default Value : “(Blanks)”

| | HeaderFilterShowNonBlanksItem |

The text of the filter dropdown item specifying that rows with a blank field value of the current column are not displayed.

Default Value : “(Non blanks)”

| | HeaderFilterSelectAll |

The text of the header filter item specifying that all rows should be selected.

Default Value : “(Select All)”

| | HeaderFilterOkButton |

The text of the Ok button within the header filter.

Default Value : “OK”

| | HeaderFilterCancelButton |

The text of the Cancel button within the header filter.

Default Value : “Cancel”

| | HeaderFilterFrom |

A label of a date edit where end-users can specify the first date of a date range in the date range header filter.

Default Value : “From”

| | HeaderFilterTo |

A label of a date edit where end-users can specify the last date of a date range in the date range header filter.

Default Value : “To”

| | HeaderFilterYesterday |

The label of a check box allowing end-users to add yesterday to the filter criterion in the date range header filter.

Default Value : “Yesterday”

| | HeaderFilterToday |

The label of a check box allowing end-users to add today to the filter criterion in the date range header filter.

Default Value : “Today”

| | HeaderFilterTomorrow |

The label of a check box allowing end-users to add tomorrow to the filter criterion in the date range header filter.

Default Value : “Tomorrow”

| | HeaderFilterLastWeek |

A label of a check box allowing end-users to add last week to the filter criterion in the date range header filter.

Default Value : “Last Week”

| | HeaderFilterThisWeek |

The label of a check box allowing end-users to add this week to the filter criterion in the date range header filter.

Default Value : “This Week”

| | HeaderFilterNextWeek |

The label of a check box allowing end-users to add next week to the filter criterion in the date range header filter.

Default Value : “Next Week”

| | HeaderFilterLastMonth |

A label of a check box allowing end-users to add last month to the filter criterion in the date range header filter.

Default Value : “Last Month”

| | HeaderFilterThisMonth |

The label of a check box allowing end-users to add this month to the filter criterion in the date range header filter.

Default Value : “This Month”

| | HeaderFilterNextMonth |

The label of a check box allowing end-users to add next month to the filter criterion in the date range header filter.

Default Value : “Next Month”

| | HeaderFilterLastYear |

The label of a check box allowing end-users to add last year to the filter criterion in the date range header filter.

Default Value : “Last Year”

| | HeaderFilterThisYear |

The label of a check box allowing end-users to add this year to the filter criterion in the date range header filter.

Default Value : “This Year”

| | HeaderFilterNextYear |

The label of a check box allowing end-users to add next year to the filter criterion in the date range header filter.

Default Value : “Next Year”

| | SearchPanelEditorNullText |

The text displayed in a search panel editor when it is clear and not focused.

Default Value : “Enter text to search…”

| | CommandEdit |

The label of a command item that allows editing grid data.

Default Value : “Edit”

| | CommandNew |

The label of a command item that allows creating new grid rows.

Default Value : “New”

| | CommandDelete |

The label of a command item that allows deleting grid data.

Default Value : “Delete”

| | CommandRecover |

The label of a command item that allows recovering the grid rows.

Default Value : “Recover”

| | CommandSelect |

The label of a command item that allows selecting/deselecting a data row.

Default Value : “Select”

| | CommandCancel |

The label of a command item that allows canceling grid data changes.

Default Value : “Cancel”

| | CommandUpdate |

The label of a command item that allows applying grid data changes.

Default Value : “Update”

| | CommandShowAdaptiveDetail |

The tooltip of a button that allows end-users to show an adaptive detail row.

Default Value : “…”

| | CommandHideAdaptiveDetail |

The tooltip of a button that allows end-users to hide an adaptive detail row.

Default Value : “X”

| | CommandClearFilter |

The label of a command item that allows clearing the filter expression within a grid.

Default Value : “Clear”

| | CommandApplyFilter |

The label of a command item that allows applying the filter expression specified by a filter row.

Default Value : “Apply”

| | CommandCustomizationDialogApply |

Contains localizable text of the corresponding UI element.

| | CommandCustomizationDialogClose |

Contains localizable text of the corresponding UI element.

| | CommandBatchEditUpdate |

The label of a command item that allows updating grid data changes in batch edit mode.

Default Value : “Save changes”

| | CommandBatchEditCancel |

The label of a command item that allows canceling grid data changes in batch edit mode.

Default Value : “Cancel changes”

| | CommandBatchEditPreviewChanges |

The label of a command item that allows hiding modified changes and switches the grid to batch edit mode.

Default Value : “Preview changes”

| | CommandBatchEditHidePreview |

The label of a command item that allows hiding modified changes and switches the grid to batch edit mode.

Default Value : “Hide preview”

| | CommandBatchEditUpdateSummaries |

The label of a command item that allows you to update summary values.

Default Value : “Update summaries”

| | SelectAllCheckBoxInPageMode |

The text displayed in the Select All check box tooltip when the GridViewCommandColumn.SelectAllCheckboxMode property is set to Page.

Default Value : “Selection state of all rows on this page”

| | SelectAllCheckBoxInAllPagesMode |

The text displayed in the Select All check box tooltip when the GridViewCommandColumn.SelectAllCheckboxMode property is set to AllPages.

Default Value : “Selection state of all rows on all pages”

| | CommandApplySearchPanelFilter |

The label of a command item that allows applying the filter expression within a grid search panel.

Default Value : “Search”

| | CommandClearSearchPanelFilter |

The label of a command item that allows clearing the filter expression within a grid search panel.

Default Value : “Clear”

| | AutoFilterBeginsWith |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Begins with”

| | AutoFilterContains |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Contains”

| | AutoFilterDoesNotContain |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Doesn’t contain”

| | AutoFilterEndsWith |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Ends with”

| | AutoFilterEquals |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Equals”

| | AutoFilterGreater |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Is greater than”

| | AutoFilterGreaterOrEqual |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Is greater than or equal to”

| | AutoFilterLess |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Is less than”

| | AutoFilterLessOrEqual |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Is less than or equal to”

| | AutoFilterNotEqual |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Doesn’t equal”

| | AutoFilterLike |

The text of a filter row menu item that specifies the corresponding filter condition.

Default Value : “Like (‘%’, ‘_’)”

| | AutoFilterLikeToolTip |

The tooltip of the Like filter row menu item.

Default Value : “Two wildcard symbols are supported: ‘%’ substitutes zero or more characters; ‘_’ substitutes a single character.”

| | Alt_HeaderFilterButton |

Defines the alternative text for the Header Filter Button within an auto filter row when the filter is not active.

Default value : “[Filter]”

| | Alt_HeaderFilterButtonActive |

Defines the alternative text for the Header Filter Button within an auto filter row when the filter is active.

Default value : “[Filtered]”

| | Alt_SortedAscending |

Defines the alternative text for the Sort Glyph within a column header that is displayed when data is sorted by the column’s values in ascending order.

Default value : “(Ascending)”

| | Alt_SortedDescending |

Defines the alternative text for the Sort Glyph within a column header that is displayed when data is sorted by the column’s values in descending order.

Default value : “(Descending)”

| | Alt_DragAndDropHideColumnIcon |

Defines the alternative text for an image displayed below the column header when it is dragged to the Customization Window.

Default value : “Hide”

| | Alt_Expand |

Defines the alternative text for expand buttons within group rows.

Default value : “[Expand]”

| | Alt_Collapse |

Defines the alternative text for collapse buttons within group rows.

Default value : “[Collapse]”

| | Alt_FilterRowButton |

Defines the alternative text for the Filter Row Button within an auto filter row.

Default value : “[Condition]”

| | Alt_DragAndDropArrowUp |

Defines the alternative text for an image displayed at the bottom of a column header when it is dragged by an end-user.

Default value : “Up Arrow”

| | Alt_DragAndDropArrowDown |

Defines the alternative text for an image displayed at the top of a column header when it is dragged by an end-user.

Default value : “Down Arrow”

| | Alt_DragAndDropArrowLeft |

Defines the alternative text for an image displayed at the right of a column header when it is dragged by an end-user.

Default value : “Down Left”

| | Alt_DragAndDropArrowRight |

Defines the alternative text for an image displayed at the left of a column header when it is dragged by an end-user.

Default value : “Down Right”

| | Outlook_Older |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Older”

| | Outlook_LastMonth |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Last Month”

| | Outlook_EarlierThisMonth |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Earlier this Month”

| | Outlook_ThreeWeeksAgo |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Three Weeks Ago”

| | Outlook_TwoWeeksAgo |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Two Weeks Ago”

| | Outlook_LastWeek |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Last Week”

| | Outlook_Yesterday |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Yesterday”

| | Outlook_Today |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Today”

| | Outlook_Tomorrow |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Tomorrow”

| | Outlook_NextWeek |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Next Week”

| | Outlook_TwoWeeksAway |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Two Weeks Away”

| | Outlook_ThreeWeeksAway |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Three Weeks Away”

| | Outlook_LaterThisMonth |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Later this Month”

| | Outlook_NextMonth |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Next Month”

| | Outlook_BeyondNextMonth |

The text of the corresponding group row when rows are grouped by column with date/time data.

Default Value : “Beyond Next Month”

| | Summary_Sum |

The summary label of a predefined aggregate function calculating the sum of a column’s values, displayed within the associated column which values it aggregates. Default Value : “Sum={0}”

| | Summary_Sum_OtherColumn |

The summary label of a predefined aggregate function calculating the sum of a column’s values, displayed within another column. Default Value : “Sum of {1} is {0}”

| | Summary_Min |

The summary label of a predefined aggregate function calculating a column’s minimum value, displayed within the associated column which values it aggregates. Default Value : “Min={0}”

| | Summary_Min_OtherColumn |

The summary label of a predefined aggregate function calculating a column’s minimum value, displayed within another column. Default Value : “Min of {1} is {0}”

| | Summary_Max |

The summary label of a predefined aggregate function calculating a column’s maximum value, displayed within the associated column which values it aggregates. Default Value : “Max={0}”

| | Summary_Max_OtherColumn |

The summary label of a predefined aggregate function calculating a column’s maximum value, displayed within another column. Default Value : “Max of {1} is {0}”

| | Summary_Average |

The summary label of a predefined aggregate function calculating a column’s average, displayed within the associated column whose values it aggregates. Default Value : “Avg={0}”

| | Summary_Average_OtherColumn |

The summary label of a predefined aggregate function calculating a column’s average displayed within another column. Default Value : “Avg of {1} is {0}”

| | Summary_Count |

The summary label of a predefined aggregate function calculating the number of records within a column. Default Value : “Count={0}”

| | ContextMenu_FullExpand |

The label of a context menu item that expands all group rows.

Default Value : “Expand All”

| | ContextMenu_FullCollapse |

The label of a context menu item that collapses all group rows.

Default Value : “Collapse All”

| | ContextMenu_SortAscending |

The label of a context menu item that sorts grid data by the current column ascending.

Default Value : “Sort Ascending”

| | ContextMenu_SortDescending |

The label of a context menu item that sorts grid data by the current column descending.

Default Value : “Sort Descending”

| | ContextMenu_ClearSorting |

The label of a context menu item that clears sorting by the current column.

Default Value : “Clear Sorting”

| | ContextMenu_ClearFilter |

The label of a context menu item that clears filter row filter applied to the current column.

Default Value : “Clear Filter”

| | ContextMenu_ShowFilterEditor |

The label of a context menu item that controls the filter builder visibility.

Default Value : “Filter Builder…”

| | ContextMenu_ShowFilterRow |

The label of a context menu item that controls the filter row visibility.

Default Value : “Filter Row”

| | ContextMenu_ShowFilterRowMenu |

The label of a context menu item that controls the filter row menu visibility.

Default Value : “Filter Row Menu”

| | ContextMenu_GroupByColumn |

The label of a context menu item that groups grid data by the current column.

Default Value : “Group by This Column”

| | ContextMenu_UngroupColumn |

The label of a context menu item that ungroups grid data by the current column.

Default Value : “Ungroup”

| | ContextMenu_ClearGrouping |

The label of a context menu item that clears grouping in the group panel.

Default Value : “Clear Grouping”

| | ContextMenu_ShowGroupPanel |

The label of a context menu item that controls the group panel visibility.

Default Value : “Group Panel”

| | ContextMenu_ShowSearchPanel |

The label of a context menu item that controls the search panel visibility.

Default Value : “Search Panel”

| | ContextMenu_ShowColumn |

The label of a context menu item that shows a column in the grid

Default Value : “Show Column”

| | ContextMenu_HideColumn |

The label of a context menu item that hides the current column.

Default Value : “Hide Column”

| | ContextMenu_ShowCustomizationDialog |

The label of a context menu item that controls the customization dialog visibility.

Default Value : “Show Customization Dialog”

| | ContextMenu_ShowCustomizationWindow |

The label of a context menu item that controls the customization window visibility.

Default Value : “Column Chooser”

| | ContextMenu_ShowFooter |

The label of a context menu item that controls the footer visibility.

Default Value : “Footer”

| | ContextMenu_NewRow |

The label of a context menu item that creates a new row.

Default Value : “New”

| | ContextMenu_EditRow |

The label of a context menu item that allows editing the current data row.

Default Value : “Edit”

| | ContextMenu_DeleteRow |

The label of a context menu item that deletes the current data row.

Default Value : “Delete”

| | ContextMenu_ExpandRow |

The label of a context menu item that expands the current group row.

Default Value : “Expand”

| | ContextMenu_CollapseRow |

The label of a context menu item that collapses the current group row.

Default Value : “Collapse”

| | ContextMenu_ExpandDetailRow |

The label of a context menu item that expands the current detail row.

Default Value : “Expand Detail”

| | ContextMenu_CollapseDetailRow |

The label of a context menu item that collapses the current detail row.

Default Value : “Collapse Detail”

| | ContextMenu_Refresh |

The label of a context menu item that refreshes grid data.

Default Value : “Refresh”

| | ContextMenu_CopyToClipboard |

The label of a context menu item that copies the selected data to the clipboard.

Default Value : “Copy”

| | ContextMenu_PasteFromClipboard |

The label of a context menu item that pastes data from the clipboard.

Default Value : “Paste”

| | ContextMenu_SummarySum |

The label of a context menu item that displays a sum of the current column cell values.

Default Value : “Sum”

| | ContextMenu_SummaryMin |

The label of a context menu item that displays a minimum cell value in the current column.

Default Value : “Min”

| | ContextMenu_SummaryMax |

The label of a context menu item that displays a maximum cell value in the current column.

Default Value : “Max”

| | ContextMenu_SummaryAverage |

The label of a context menu item that displays an average cell value in the current column.

Default Value : “Average”

| | ContextMenu_SummaryCount |

The label of a context menu item that displays a count of the current column cell values.

Default Value : “Count”

| | ContextMenu_SummaryNone |

The label of a context menu item that hides every summary item in the current column.

Default Value : “None”

| | ContextMenu_GroupSummaryMenu |

The label of a context menu item that provides a group summary submenu for a group row.

Default Value : “Group Summary”

| | ContextMenu_Export |

The label of a context menu item that exports grid data.

Default Value : “Export”

| | ContextMenu_ExportTo |

Contains localizable text of the corresponding UI element.

| | Toolbar_FullExpand |

Contains localizable text of the corresponding UI element.

| | Toolbar_FullCollapse |

Contains localizable text of the corresponding UI element.

| | Toolbar_ClearSorting |

Contains localizable text of the corresponding UI element.

| | Toolbar_ClearFilter |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowFilterEditor |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowFilterRow |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowFilterRowMenu |

Contains localizable text of the corresponding UI element.

| | Toolbar_ClearGrouping |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowGroupPanel |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowSearchPanel |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowSummaryPanel |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowCustomizationWindow |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowFooter |

Contains localizable text of the corresponding UI element.

| | Toolbar_ShowCustomizationDialog |

Contains localizable text of the corresponding UI element.

| | Toolbar_New |

Contains localizable text of the corresponding UI element.

| | Toolbar_Update |

Contains localizable text of the corresponding UI element.

| | Toolbar_Cancel |

Contains localizable text of the corresponding UI element.

| | Toolbar_Refresh |

Contains localizable text of the corresponding UI element.

| | Toolbar_Edit |

Contains localizable text of the corresponding UI element.

| | Toolbar_Delete |

Contains localizable text of the corresponding UI element.

| | Toolbar_ExpandRow |

Contains localizable text of the corresponding UI element.

| | Toolbar_CollapseRow |

Contains localizable text of the corresponding UI element.

| | Toolbar_ExpandDetailRow |

Contains localizable text of the corresponding UI element.

| | Toolbar_CollapseDetailRow |

Contains localizable text of the corresponding UI element.

| | Toolbar_ExportTo |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_ColumnChooserTab |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_FilterTab |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_SortTab |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_GroupTab |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_SortPageListArea |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_GroupPageListArea |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_SortPageEmptyDragArea |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_GroupPageEmptyDragArea |

Contains localizable text of the corresponding UI element.

| | CustomizationDialog_FilterPageUniqueFilterLoadValues |

Contains localizable text of the corresponding UI element.

| | BatchEdit_ChangesPreviewInsertedValues |

Specifies the text that is displayed in the grid in Changes Preview mode.

Default value : “Inserted values”

| | BatchEdit_ChangesPreviewUpdatedValues |

Specifies the text that is displayed in the grid in Changes Preview mode.

Default value : “Updated values”

| | BatchEdit_ChangesPreviewDeletedValues |

Specifies the text that is displayed in the grid in Changes Preview mode.

Default value : “Deleted values”

| | GridLookup_ModalDropDownCaption |

Contains localizable text of the corresponding UI element.

| | CardView_CustomizationWindowCaption |

Contains localizable text of the corresponding UI element.

| | CardView_EndlessPagingShowMoreCardsButton |

The text displayed in a button allowing end-users to show more cards in endless paging mode.

Default Value : “Show more cards…”

| | CardView_PagerRowPerPage |

Contains localizable text of the corresponding UI element.

| | CardView_Toolbar_ShowHeaderPanel |

Contains localizable text of the corresponding UI element.

| | CardView_Toolbar_ShowCardHeader |

Contains localizable text of the corresponding UI element.

| | CardView_Toolbar_ShowCardFooter |

Contains localizable text of the corresponding UI element.

| | CardView_GroupRow_Continued |

Contains localizable text of the corresponding UI element.

| | CardView_GroupSelector_Caption |

Contains localizable text of the corresponding UI element.

| | CardView_GroupSelector_ClearGroupingItem |

Contains localizable text of the corresponding UI element.

| | CardView_DeletedCard |

Contains localizable text of the corresponding UI element.

| | VerticalGrid_AltExpandRow |

Contains localizable text of the corresponding UI element.

| | VerticalGrid_AltCollapseRow |

Contains localizable text of the corresponding UI element.

| | VerticalGrid_AltExpandCategory |

Contains localizable text of the corresponding UI element.

| | VerticalGrid_AltCollapseCategory |

Contains localizable text of the corresponding UI element.

| | CommandSelectAllOnPage |

Obsolete. This field is now obsolete. Use the SelectAllCheckBoxInPageMode field value instead.

| | CommandSelectAllOnAllPages |

Obsolete. This field is now obsolete. Use the SelectAllCheckBoxInAllPagesMode field value instead.

| | CommandDeselectAllOnPage |

Obsolete. This field is now obsolete.

| | CommandDeselectAllOnAllPages |

Obsolete. This field is now obsolete.

|

See Also

DevExpress.Web.Localization Namespace