GridControlStringId Enum
Contains values corresponding to strings that can be localized.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
Name | Description |
---|---|
CellPeerName
|
Return Value: Item: {0}, Column Display Index: {1} |
CellPeerNameIndexes
|
|
UnknownCount
|
|
AutoFilterCellPeerName
|
|
NewItemRowCellPeerName
|
|
GridGroupPanelText
|
The text displayed within the Group Panel. Return Value: Drag a column header here to group by that column |
GridGroupRowDisplayTextFormat
|
A pattern used to format the group row caption. Return Value: {0}: {1} |
ErrorWindowTitle
|
The error window’s caption. Return Value: Error |
InvalidRowExceptionMessage
|
The text displayed within the error message box invoked if the focused row contains invalid values. Return Value: Do you want to correct the value? |
GridOutlookIntervals
|
Contains all possible group intervals. To learn more, see Group Modes and Custom Grouping. Return Value: Older;Last Month;Earlier this Month;Three Weeks Ago;Two Weeks Ago;Last Week;;;;;;;;Yesterday;Today;Tomorrow;;;;;;;;Next Week;Two Weeks Away;Three Weeks Away;Later this Month;Next Month;Beyond Next Month; |
DefaultGroupSummaryFormatString_Count
|
A pattern used to format the Count group summary value. Return Value: Count={0} |
DefaultGroupSummaryFormatString_Min
|
A pattern used to format the Min group summary value. Return Value: Min of {1} is {0} |
DefaultGroupSummaryFormatString_Max
|
A pattern used to format the Max group summary value. Return Value: Max of {1} is {0} |
DefaultGroupSummaryFormatString_Avg
|
A pattern used to format the Avg group summary value. Return Value: Avg of {1} is {0:#.##} |
DefaultGroupSummaryFormatString_Sum
|
A pattern used to format the Sum group summary value. Return Value: Sum of {1} is {0:#.##} |
DefaultTotalSummaryFormatStringInSameColumn_Count
|
A pattern used to format the Count total summary value. Return Value: Count={0} |
DefaultTotalSummaryFormatStringInSameColumn_Min
|
A pattern used to format the Min total summary value. Return Value: Min of {1} is {0} |
DefaultTotalSummaryFormatStringInSameColumn_Max
|
A pattern used to format the Max total summary value. Return Value: Max of {1} is {0} |
DefaultTotalSummaryFormatStringInSameColumn_Avg
|
A pattern used to format the Avg total summary value. Return Value: Avg of {1} is {0:#.##} |
DefaultTotalSummaryFormatStringInSameColumn_Sum
|
A pattern used to format the total summary value. Return Value: Sum of {1} is {0:#.##} |
DefaultTotalSummaryFormatString_Count
|
A pattern used to format the Count total summary value, calculated for one column and displayed within another column. Return Value: Count={0} |
DefaultTotalSummaryFormatString_Min
|
A pattern used to format the Min total summary value, calculated for one column and displayed within another column. Return Value: Min of {1} is {0} |
DefaultTotalSummaryFormatString_Max
|
A pattern used to format the Max total summary value, calculated for one column and displayed within another column. Return Value: Max of {1} is {0} |
DefaultTotalSummaryFormatString_Avg
|
A pattern used to format the Avg total summary value, calculated for one column and displayed within another column. Return Value: Avg of {1} is {0:#.##} |
DefaultTotalSummaryFormatString_Sum
|
A pattern used to format the total summary value, calculated for one column and displayed within another column. Return Value: Sum of {1} is {0:#.##} |
DefaultGroupColumnSummaryFormatStringInSameColumn_Count
|
A pattern used to format the Count group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. The DefaultGroupColumnSummaryFormatStringInSameColumn_Count pattern is used when a column contains multiple summaries. Return Value: Count={0} |
DefaultGroupColumnSummaryFormatStringInSameColumn_Min
|
A pattern used to format the Min group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. The DefaultGroupColumnSummaryFormatStringInSameColumn_Min pattern is used when a column contains multiple summaries. Return Value: Min={0} |
DefaultGroupColumnSummaryFormatStringInSameColumn_Max
|
A pattern used to format the Max group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. The DefaultGroupColumnSummaryFormatStringInSameColumn_Max pattern is used when a column contains multiple summaries. Return Value: Max={0} |
DefaultGroupColumnSummaryFormatStringInSameColumn_Avg
|
A pattern used to format the Avg group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. The DefaultGroupColumnSummaryFormatStringInSameColumn_Avg pattern is used when a column contains multiple summaries. Return Value: Avg={0:0.##} |
DefaultGroupColumnSummaryFormatStringInSameColumn_Sum
|
A pattern used to format the Sum group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. The DefaultGroupColumnSummaryFormatStringInSameColumn_Sum pattern is used when a column contains multiple summaries. Return Value: Sum={0:0.##} |
DefaultGroupColumnSummaryFormatString_Count
|
A pattern used to format the Count group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. Return Value: Count={0} |
DefaultGroupColumnSummaryFormatString_Min
|
A pattern used to format the Min group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. Return Value: Min of {1} is {0} |
DefaultGroupColumnSummaryFormatString_Max
|
A pattern used to format the Max group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. Return Value: Max of {1} is {0} |
DefaultGroupColumnSummaryFormatString_Avg
|
A pattern used to format the Avg group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. Return Value: Avg of {1} is {0:0.##} |
DefaultGroupColumnSummaryFormatString_Sum
|
A pattern used to format the Sum group summary value when the TableView.GroupSummaryDisplayMode property is set to AlignByColumns. Return Value: Sum of {1} is {0:0.##} |
PopupFilterAll
|
The caption of the filter item displayed within the Drop-down Filter that cancels any filtering by a column. Return Value: (All) |
PopupFilterBlanks
|
The caption of the filter item displayed within the Drop-down Filter that displays the records which contain DBNull values in a column. Return Value: (Blanks) |
PopupFilterNonBlanks
|
The caption of the filter item displayed within the Drop-down Filter that displays records which do not contain DBNull values in a column. Return Value: (Non blanks) |
ColumnChooserCaption
|
Represents the Column Chooser‘s caption. Return Value: Customization |
ColumnBandChooserCaption
|
The Column Chooser‘s caption. Return Value: Customization |
ColumnChooserCaptionForMasterDetail
|
A pattern used to format the Column Chooser‘s caption in Master-Detail Mode. Return Value: {0}: Column Chooser |
ColumnChooserDragText
|
The text displayed within the Column Chooser when it is empty. Return Value: Drag a column here to customize the layout |
BandChooserDragText
|
The text displayed within the Bands tab of the Column Chooser when it is empty. Return Value: Drag a band here to customize layout |
ColumnBandChooserColumnsTabCaption
|
The caption of the Columns tab inside the Column Chooser in Banded View. Return Value: Columns |
ColumnBandChooserBandsTabCaption
|
The caption of the Bands tab inside the Column Chooser in Banded View. Return Value: Bands |
GridNewRowText
|
The text displayed within the New Item Row when it is not focused. Return Value: Click here to add a new row |
ExcelColumnFilterPopupSearchScopeDay
|
The caption of the menu item in the search box’s dropdown menu in the Excel-style Drop-down Filter displayed for date-time columns. Clicking this item enables searching within day values of dates. Return Value: Date |
ExcelColumnFilterPopupSearchScopeMonth
|
The caption of the menu item in the search box’s dropdown menu in the Excel-style Drop-down Filter displayed for date-time columns. Clicking this item enables searching within month values of dates. Return Value: Month |
ExcelColumnFilterPopupSearchScopeYear
|
The caption of the menu item in the search box’s dropdown menu in the Excel-style Drop-down Filter displayed for date-time columns. Clicking this item enables searching within year values of dates. Return Value: Year |
ExcelColumnFilterPopupSearchScopeAll
|
The caption of the menu item in the search box’s dropdown menu in the Excel-style Drop-down Filter displayed for date-time columns. Clicking this item enables searching within all dates. Return Value: All |
ExcelColumnFilterPopupValuesTabCaption
|
Represents the Filter values tab caption within the Excel style filter dropdown. Return Value: “FILTER VALUES”. |
ExcelColumnFilterPopupFilterRulesTabCaption
|
Represents the Filter rules tab caption within the Excel style filter dropdown. Return Value: “FILTER RULES”. |
ExcelColumnFilterPopupClearFilter
|
Represents the caption of the Clear Filter button in the Excel-style filter dropdown. Return Value: Clear Filter |
ExcelColumnFilterPopupFilterBetweenFrom
|
Represents the text of label displayed for the From editor that allows to edit Between and NotBetween filter conditions in the Excel-style filter dropdown. Return value: From: |
ExcelColumnFilterPopupFilterBetweenTo
|
Represents the text of label displayed for the To editor that allows to edit Between and NotBetween filter conditions in the Excel-style filter dropdown. Return value: To: |
ExcelColumnFilterPopupSearchNullText
|
Represents the null text of the search box in Filter Values tab in the Excel-style filter dropdown. Return Value: Search |
ExcelColumnFilterPopupSearchNullTextAll
|
Represents the null text of the search box in Filter Values tab in the Excel-style filter dropdown for date values when the search is performed against year, month and date values. Return Value: Search (All) |
ExcelColumnFilterPopupSearchNullTextYear
|
Represents the null text of the search box in Filter Values tab in the Excel-style filter dropdown for date values when the search is performed against year values. Return Value: Search Year |
ExcelColumnFilterPopupSearchNullTextMonth
|
Represents the null text of the search box in Filter Values tab in the Excel-style filter dropdown for date values when the search is performed against month values. Return Value: Search Month |
ExcelColumnFilterPopupSearchNullTextDate
|
Represents the null text of the search box in Filter Values tab in the Excel-style filter dropdown for date values when the search is performed against date values. Return Value: Search Date |
ExcelColumnFilterPopupEnterValue
|
Represents the null text of the text edit that allows editing filter conditions in Filter Rules tab in the Excel-style filter dropdown. Return Value: Enter a value… |
ExcelColumnFilterPopupSelectValue
|
Represents the null text of the combobox edit that allows to edit filter conditions in Filter Rules tab in the Excel-style filter dropdown. Return Value: Select a value… |
ExcelColumnFilterPopupSelectDate
|
Represents the null text of the date edit that allows to edit filter conditions in Filter Rules tab in the Excel-style filter dropdown. Return Value: Select a date… |
ExcelColumnFilterPopupConditionPeer
|
|
ExcelColumnFilterPopupValuePeer
|
|
AddCurrentSelectionToFilter
|
Represents the caption of the Add current selection to filter item in the Excel-style filter dropdown. Return Value: Add current selection to filter |
ExtendedColumnChooserSearchColumns
|
Return Value: Search Columns… |
ExtendedColumnChooserSearchColumnsAndBands
|
Return Value: Search Columns and Bands… |
MenuGroupPanelFullExpand
|
Represents the text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View. |
MenuGroupPanelFullCollapse
|
Represents the text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View. |
MenuGroupPanelClearGrouping
|
Represents the text displayed within the item in the Group Panel Context Menu that clears grouping. |
MenuColumnSortAscending
|
Represents the caption of the item in the Column Context Menu that sorts data by the column’s values in ascending order. Return Value: Sort Ascending |
MenuColumnSortDescending
|
Represents the caption of the item in the Column Context Menu that sorts data by the column’s values in descending order. Return Value: Sort Descending |
MenuColumnSortBySummaryAscending
|
Return Value: Sort Ascending |
MenuColumnSortBySummaryDescending
|
Return Value: Sort Descending |
MenuColumnSortBySummaryMax
|
Return Value: Max |
MenuColumnSortBySummaryMin
|
Return Value: Min |
MenuColumnSortBySummaryCount
|
Return Value: Count |
MenuColumnSortBySummaryAverage
|
Return Value: Average |
MenuColumnSortBySummarySum
|
Return Value: Sum |
MenuColumnClearSorting
|
Represents the caption of the item in the Column Context Menu that unsorts data by the column’s values. Return Value: Clear Sorting |
MenuColumnUnGroup
|
Represents the caption of the item in the Column Context Menu that ungroups data by the column’s values. Return Value: Ungroup |
MenuColumnGroup
|
Represents the caption of the item in the Column Context Menu that groups data by the column’s values. Return Value: Group By This Column |
MenuColumnShowGroupPanel
|
Represents the caption of the item in the Column Context Menu that shows the Group Panel. Return Value: Show Group Panel |
MenuColumnHideGroupPanel
|
Represents the caption of the item in the Column Context Menu, that hides the Group Panel. Return Value: Hide Group Panel |
MenuColumnGroupInterval
|
Represents the caption of the sub item in a column’s context menu, allowing an end-user to specify a DateTime column’s interval grouping. Return Value: Group Interval |
MenuColumnGroupIntervalNone
|
Returns “None”. Corresponds to the menu item that groups rows by values (ColumnGroupInterval.Default). To learn more, see interval grouping. |
MenuColumnGroupIntervalDay
|
Represents the caption of the item in a column’s context menu, that groups rows by the date part of their values. To learn more, see interval grouping. Return Value: Day |
MenuColumnGroupIntervalMonth
|
Represents the caption of the item in a column’s context menu, that groups rows by the month of their values. To learn more, see interval grouping. Return Value: Month |
MenuColumnGroupIntervalYear
|
Represents the caption of the item in a column’s context menu, that groups rows by the year of their values. To learn more, see interval grouping. Return Value: Year |
MenuColumnGroupIntervalSmart
|
Represents the caption of the item in a column’s context menu, that groups rows according to their date value as compared with the current system date (ColumnGroupInterval.DateRange). To learn more, see interval grouping. Return Value: Smart |
MenuColumnShowColumnChooser
|
Represents the caption of the item in the Column Context Menu that invokes the Column Chooser. Return Value: Show Column Chooser |
MenuColumnHideColumnChooser
|
Represents the caption of the item in the Column Context Menu, that hides the Column Chooser. Return Value: Hide Column Chooser |
MenuColumnShowColumnBandChooser
|
The caption of the item in the Column Context Menu that invokes the Column Chooser in Banded View. Return Value: Show Column/Band Chooser |
MenuColumnHideColumnBandChooser
|
The caption of the item in the Column Context Menu that hides the Column Chooser in Banded View. Return Value: Show Column/Band Chooser |
MenuColumnResetGroupSummarySort
|
Represents the caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column’s values. Return Value: Clear Summary Sorting |
MenuColumnSortGroupBySummaryMenu
|
Represents the caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn’t grouped by the values of this column. Return Value: Sort By Summary |
MenuColumnGroupSummarySortFormat
|
A pattern used to format the captions of submenu items used to sort rows by group summary values. Return Value: {1} by - ‘{0}’ - {2} Where:
|
MenuColumnGroupSummaryEditor
|
Represents the caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor. Return Value: Group Summary Editor… |
MenuColumnBestFit
|
Represents the caption of the item in the Column Context Menu that best fits the width of the current grid column. Return Value: Best Fit |
MenuColumnBestFitColumns
|
Represents the caption of the item in the Column Context Menu that best fits the widths of all grid columns. Return Value: Best Fit (all columns) |
MenuColumnUnboundExpressionEditor
|
Represents the caption of the item in the Column Context Menu that invokes the Expression Editor. Return Value: Expression Editor… |
MenuColumnClearFilter
|
Represents the caption of the item in the Column Context Menu, that clears filtering applied to a column. Return Value: Clear Filter |
MenuColumnFilterEditor
|
Represents the caption of the item in the Column Context Menu, that shows the Filter Editor. Return Value: Filter Editor… |
MenuColumnFixedStyle
|
Represents the caption of the sub item in a column’s context menu, allowing an end-user to specify a column’s behavior when a View is scrolled. Return Value: Fixed Style |
MenuColumnFixedNone
|
Represents the caption of a column’s menu item used to unfix a column (a column takes part in horizontal scrolling). Return Value: None |
MenuColumnFixedLeft
|
Represents the caption of the item in the Column Context Menu, that fixes a column to the left. Return Value: Left |
MenuColumnFixedRight
|
Represents the caption of the item in the Column Context Menu, that fixes a column to the right. Return Value: Right |
MenuColumnShowSearchPanel
|
Return Value: Show Search Panel |
MenuColumnHideSearchPanel
|
Return Value: Hide Search Panel |
MenuFooterSum
|
Represents the caption of the Sum item displayed within the Summary Context Menu. Return Value: Sum |
MenuFooterMin
|
Represents the caption of the Min item displayed within the Summary Context Menu. Return Value: Min |
MenuFooterMax
|
Represents the caption of the Max item displayed within the Summary Context Menu. Return Value: Max |
MenuFooterCount
|
Represents the caption of the Count item displayed within the Summary Context Menu. Return Value: Count |
MenuFooterAverage
|
Represents the caption of the Avg item displayed within the Summary Context Menu. Return Value: Average |
MenuFooterCustom
|
Return Value: Custom |
MenuFooterCustomize
|
Represents the caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor. Return Value: Customize… |
MenuFooterRowCount
|
Return Value: Show row count |
GroupSummaryEditorFormCaption
|
Represents the caption of the Runtime Summary Editor used to manage group summaries. Return Value: Group Summaries |
TotalSummaryEditorFormCaption
|
A pattern used to format the caption of the runtime total summary editor that allows end-users to manage total summaries. Return Value: Totals for ‘{0}’ |
TotalSummaryPanelEditorFormCaption
|
Return Value: Totals for ‘{0}’ |
SummaryEditorFormItemsTabCaption
|
Represents the caption of the Runtime Summary Editor‘s tab page that lists summary items. Return Value: Items |
SummaryEditorFormOrderTabCaption
|
Represents the caption of the Runtime Group Summary Editor‘s tab page that displays the order of summary items. Return Value: Order |
SummaryEditorFormOrderLeftSide
|
Represents the caption of the Left Side list box located in the Runtime Total Summary Editor‘s Order and Alignment tab page. Return Value: Left side |
SummaryEditorFormOrderRightSide
|
Represents the caption of the Right Side list box located in the Runtime Total Summary Editor‘s Order and Alignment tab page. Return Value: Right side |
SummaryEditorFormOrderAndAlignmentTabCaption
|
Represents the caption of the Runtime Total Summary Editor‘s Order and Alignment tab page. Return Value: Order and Alignment |
SummaryEditorFormMoveItemUpCaption
|
Represents the caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor‘s Order tab page. Return Value: Up |
SummaryEditorFormMoveItemDownCaption
|
Represents the caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor‘s Order tab page. Return Value: Down |
FilterEditorTitle
|
Represents the caption of the Filter Editor window. Return Value: Filter Editor |
FilterEditorNotEditableMessage
|
|
FilterPanelCaptionFormatStringForMasterDetail
|
Return Value: {0} filter: |
GroupPanelDisplayFormatStringForMasterDetail
|
Return Value: {0}: |
ErrorPanelTextFormatString
|
Return Value: Error occurred during processing server request ({0}) |
ProgressWindowTitle
|
The title of the progress window. Return Value: Loading data |
ProgressWindowCancel
|
The caption of the Cancel button displayed within the progress window. Return Value: Cancel |
ProgressWindowTitleCancelling
|
Return Value: Cancelling |
SummaryItemsSeparator
|
Represents the summary item separator. Return Value: , |
InvalidValueErrorMessage
|
Return Value: Invalid Value |
CheckboxSelectorColumnCaption
|
Return Value: Selection |
GridCardExpandButtonTooltip
|
Return Value: Expand a card |
GridCardCollapseButtonTooltip
|
Return Value: Collapse a card |
NavigationMoveFirstRow
|
Represents the hint of the Move to First Row button in the Data Navigator. Return Value: First |
NavigationMovePrevPage
|
Represents the hint of the Previous Page button in the Data Navigator. Return Value: Previous Page |
NavigationMovePrevRow
|
Represents the hint of the Previous Row button in the Data Navigator. Return Value: Previous |
NavigationMoveNextRow
|
Represents the hint of the Next Row button in the Data Navigator. Return Value: Next |
NavigationMoveNextPage
|
Represent the hint of the Next Page button in the Data Navigator. Return Value: Next Page |
NavigationMoveLastRow
|
Represents the hint of the Move to Last Row button in the Data Navigator. Return Value: Last |
NavigationAddNewRow
|
Represents the caption of the Add Row button in the Data Navigator Return Value: Append |
NavigationDeleteFocusedRow
|
Represents the caption of the Delete Row button in the Data Navigator Return Value: Delete |
NavigationEditFocusedRow
|
Represents the hint of the Edit Row button in the Data Navigator Return Value: Edit |
NavigationRecord
|
A pattern used to format the Current Record Indicator caption in the Data Navigator. Return Value: Record {0} of {1} |
MenuColumnConditionalFormatting
|
Obsolete. Return Value: Conditional Formatting |
MenuColumnConditionalFormatting_HighlightCellsRules
|
Obsolete. Return Value: Highlight Cells Rules |
MenuColumnConditionalFormatting_HighlightCellsRules_GreaterThan
|
Obsolete. Return Value: Greater Than… |
MenuColumnConditionalFormatting_HighlightCellsRules_LessThan
|
Obsolete. Return Value: Less Than… |
MenuColumnConditionalFormatting_HighlightCellsRules_Between
|
Obsolete. Return Value: Between… |
MenuColumnConditionalFormatting_HighlightCellsRules_EqualTo
|
Obsolete. Return Value: Equal To… |
MenuColumnConditionalFormatting_HighlightCellsRules_TextThatContains
|
Obsolete. Return Value: Text that Contains… |
MenuColumnConditionalFormatting_HighlightCellsRules_ADateOccurring
|
Obsolete. Return Value: A Date Occurring… |
MenuColumnConditionalFormatting_HighlightCellsRules_CustomCondition
|
Obsolete. Return Value: Custom Condition… |
MenuColumnConditionalFormatting_TopBottomRules
|
Obsolete. Return Value: Top/Bottom Rules |
MenuColumnConditionalFormatting_TopBottomRules_Top10Items
|
Obsolete. Return Value: Top 10 Items… |
MenuColumnConditionalFormatting_TopBottomRules_Bottom10Items
|
Obsolete. Return Value: Bottom 10 Items… |
MenuColumnConditionalFormatting_TopBottomRules_Top10Percent
|
Obsolete. Return Value: Top 10 %… |
MenuColumnConditionalFormatting_TopBottomRules_Bottom10Percent
|
Obsolete. Return Value: Bottom 10 %… |
MenuColumnConditionalFormatting_TopBottomRules_AboveAverage
|
Obsolete. Return Value: Above Average… |
MenuColumnConditionalFormatting_TopBottomRules_BelowAverage
|
Obsolete. Return Value: Below Average… |
MenuColumnConditionalFormatting_DataBars
|
Obsolete. Return Value: Data Bars |
MenuColumnConditionalFormatting_ColorScales
|
Obsolete. Return Value: Color Scales |
MenuColumnConditionalFormatting_IconSets
|
Obsolete. Return Value: Icon Sets |
MenuColumnConditionalFormatting_ClearRules
|
Obsolete. Return Value: Clear Rules |
MenuColumnConditionalFormatting_ClearRules_FromAllColumns
|
Obsolete. Return Value: Clear Rules from All Columns |
MenuColumnConditionalFormatting_ClearRules_FromCurrentColumns
|
Obsolete. Return Value: Clear Rules from This Column |
MenuColumnConditionalFormatting_ManageRules
|
Obsolete. Return Value: Manage Rules |
ConditionalFormatting_PredefinedFormat_LightRedFillWithDarkRedText
|
Obsolete. Return Value: Light Red Fill with Dark Red Text |
ConditionalFormatting_PredefinedFormat_YellowFillWithDarkYellowText
|
Obsolete. Return Value: Yellow Fill with Dark Yellow Text |
ConditionalFormatting_PredefinedFormat_GreenFillWithDarkGreenText
|
Obsolete. Return Value: Green Fill with Dark Green Text |
ConditionalFormatting_PredefinedFormat_LightRedFill
|
Obsolete. Return Value: Light Red Fill |
ConditionalFormatting_PredefinedFormat_LightGreenFill
|
Obsolete. Return Value: Light Green Fill |
ConditionalFormatting_PredefinedFormat_RedText
|
Obsolete. Return Value: Red Text |
ConditionalFormatting_PredefinedFormat_GreenText
|
Obsolete. Return Value: Green Text |
ConditionalFormatting_PredefinedFormat_BoldText
|
Obsolete. Return Value: Bold Text |
ConditionalFormatting_PredefinedFormat_ItalicText
|
Obsolete. Return Value: Italic Text |
ConditionalFormatting_PredefinedFormat_StrikethroughText
|
Obsolete. Return Value: Strikethrough Text |
ConditionalFormatting_PredefinedColorScaleFormat_GreenYellowRedColorScale
|
Obsolete. Return Value: Green - Yellow - Red Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_RedYellowGreenColorScale
|
Obsolete. Return Value: Red - Yellow - Green Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_GreenWhiteRedColorScale
|
Obsolete. Return Value: Green - White - Red Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_RedWhiteGreenColorScale
|
Obsolete. Return Value: Red - White - Green Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_BlueWhiteRedColorScale
|
Obsolete. Return Value: Blue - White - Red Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_RedWhiteBlueColorScale
|
Obsolete. Return Value: Red - White - Blue Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_WhiteRedColorScale
|
Obsolete. Return Value: White - Red Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_RedWhiteColorScale
|
Obsolete. Return Value: Red - White Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_GreenWhiteColorScale
|
Obsolete. Return Value: Green - White Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_WhiteGreenColorScale
|
Obsolete. Return Value: White - Green Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_GreenYellowColorScale
|
Obsolete. Return Value: Green - Yellow Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_YellowGreenColorScale
|
Obsolete. Return Value: Yellow - Green Color Scale |
ConditionalFormatting_PredefinedColorScaleFormat_Description
|
Obsolete. Return Value: Apply a color gradient to a range of cells in this column. The color indicates where each cell falls within that range. |
ConditionalFormatting_PredefinedDataBarFormat_BlueSolidDataBar
|
Obsolete. Return Value: Blue Data Bar |
ConditionalFormatting_PredefinedDataBarFormat_GreenSolidDataBar
|
Obsolete. Return Value: Green Data Bar |
ConditionalFormatting_PredefinedDataBarFormat_RedSolidDataBar
|
Obsolete. Return Value: Red Data Bar |
ConditionalFormatting_PredefinedDataBarFormat_OrangeSolidDataBar
|
Obsolete. Return Value: Orange Data Bar |
ConditionalFormatting_PredefinedDataBarFormat_LightBlueSolidDataBar
|
Obsolete. Return Value: Light Blue Data Bar |
ConditionalFormatting_PredefinedDataBarFormat_PurpleSolidDataBar
|
Obsolete. Return Value: Purple Data Bar |
ConditionalFormatting_PredefinedDataBarFormat_BlueGradientDataBar
|
Obsolete. Return Value: Blue Data Bar Gradient |
ConditionalFormatting_PredefinedDataBarFormat_GreenGradientDataBar
|
Obsolete. Return Value: Green Data Bar Gradient |
ConditionalFormatting_PredefinedDataBarFormat_RedGradientDataBar
|
Obsolete. Return Value: Red Data Bar Gradient |
ConditionalFormatting_PredefinedDataBarFormat_OrangeGradientDataBar
|
Obsolete. Return Value: Orange Data Bar Gradient |
ConditionalFormatting_PredefinedDataBarFormat_LightBlueGradientDataBar
|
Obsolete. Return Value: Light Blue Data Bar Gradient |
ConditionalFormatting_PredefinedDataBarFormat_PurpleGradientDataBar
|
Obsolete. Return Value: Purple Data Bar Gradient |
ConditionalFormatting_PredefinedDataBarFormat_Description
|
Obsolete. Return Value: Add a colored data bar to represent the value in a cell. The higher the value, the longer the bar. |
ConditionalFormatting_PredefinedDataBarFormat_SolidFillGroup
|
Obsolete. Return Value: Solid Fill |
ConditionalFormatting_PredefinedDataBarFormat_GradientFillGroup
|
Obsolete. Return Value: Gradient Fill |
ConditionalFormatting_PredefinedIconSetFormat_Arrows3ColoredIconSet
|
Obsolete. Return Value: 3 Arrows (Colored) |
ConditionalFormatting_PredefinedIconSetFormat_Arrows4ColoredIconSet
|
Obsolete. Return Value: 4 Arrows (Colored) |
ConditionalFormatting_PredefinedIconSetFormat_Arrows5ColoredIconSet
|
Obsolete. Return Value: 5 Arrows (Colored) |
ConditionalFormatting_PredefinedIconSetFormat_Arrows3GrayIconSet
|
Obsolete. Return Value: 3 Arrows (Gray) |
ConditionalFormatting_PredefinedIconSetFormat_Arrows4GrayIconSet
|
Obsolete. Return Value: 4 Arrows (Gray) |
ConditionalFormatting_PredefinedIconSetFormat_Arrows5GrayIconSet
|
Obsolete. Return Value: 5 Arrows (Gray) |
ConditionalFormatting_PredefinedIconSetFormat_Boxes5IconSet
|
Obsolete. Return Value: 5 Boxes |
ConditionalFormatting_PredefinedIconSetFormat_Flags3IconSet
|
Obsolete. Return Value: 3 Flags |
ConditionalFormatting_PredefinedIconSetFormat_Quarters5IconSet
|
Obsolete. Return Value: 5 Quarters |
ConditionalFormatting_PredefinedIconSetFormat_Ratings4IconSet
|
Obsolete. Return Value: 4 Ratings |
ConditionalFormatting_PredefinedIconSetFormat_Ratings5IconSet
|
Obsolete. Return Value: 5 Ratings |
ConditionalFormatting_PredefinedIconSetFormat_RedToBlackIconSet
|
Obsolete. Return Value: Red To Black |
ConditionalFormatting_PredefinedIconSetFormat_Signs3IconSet
|
Obsolete. Return Value: 3 Signs |
ConditionalFormatting_PredefinedIconSetFormat_Stars3IconSet
|
Obsolete. Return Value: 3 Stars |
ConditionalFormatting_PredefinedIconSetFormat_Symbols3CircledIconSet
|
Obsolete. Return Value: 3 Symbols (Circled) |
ConditionalFormatting_PredefinedIconSetFormat_Symbols3UncircledIconSet
|
Obsolete. Return Value: 3 Symbols (Uncircled) |
ConditionalFormatting_PredefinedIconSetFormat_TrafficLights3UnrimmedIconSet
|
Obsolete. Return Value: 3 Traffic Lights (Unrimmed) |
ConditionalFormatting_PredefinedIconSetFormat_TrafficLights3RimmedIconSet
|
Obsolete. Return Value: 3 Traffic Lights (Rimmed) |
ConditionalFormatting_PredefinedIconSetFormat_TrafficLights4IconSet
|
Obsolete. Return Value: 4 Traffic Lights |
ConditionalFormatting_PredefinedIconSetFormat_Triangles3IconSet
|
Obsolete. Return Value: 3 Triangles |
ConditionalFormatting_PredefinedIconSetFormat_PositiveNegativeTrianglesIconSet
|
Obsolete. Return Value: Triangles |
ConditionalFormatting_PredefinedIconSetFormat_PositiveNegativeArrowsGrayIconSet
|
Obsolete. Return Value: Arrows (Gray) |
ConditionalFormatting_PredefinedIconSetFormat_PositiveNegativeArrowsColoredIconSet
|
Obsolete. Return Value: Arrows (Colored) |
ConditionalFormatting_PredefinedIconSetFormat_Description
|
Obsolete. Return Value: Choose a set of icons to represent the values in this column. |
ConditionalFormatting_PredefinedIconSetFormat_DirectionalGroup
|
Obsolete. Return Value: Directional |
ConditionalFormatting_PredefinedIconSetFormat_ShapesGroup
|
Obsolete. Return Value: Shapes |
ConditionalFormatting_PredefinedIconSetFormat_IndicatorsGroup
|
Obsolete. Return Value: Indicators |
ConditionalFormatting_PredefinedIconSetFormat_RatingsGroup
|
Obsolete. Return Value: Ratings |
ConditionalFormatting_PredefinedIconSetFormat_PositiveNegativeGroup
|
Obsolete. Return Value: Positive/Negative |
ConditionalFormatting_GreaterThanDialog_Title
|
Obsolete. Return Value: Greater Than |
ConditionalFormatting_LessThanDialog_Title
|
Obsolete. Return Value: Less Than |
ConditionalFormatting_BetweenDialog_Title
|
Obsolete. Return Value: Between |
ConditionalFormatting_EqualToDialog_Title
|
Obsolete. Return Value: Equal To |
ConditionalFormatting_TextThatContainsDialog_Title
|
Obsolete. Return Value: Text That Contains |
ConditionalFormatting_DateOccurringDialog_Title
|
Obsolete. Return Value: A Date Occuring |
ConditionalFormatting_CustomConditionDialog_Title
|
Obsolete. Return Value: Custom Condition |
ConditionalFormatting_Top10ItemsDialog_Title
|
Obsolete. Return Value: Top 10 Items |
ConditionalFormatting_Bottom10ItemsDialog_Title
|
Obsolete. Return Value: Bottom 10 Items |
ConditionalFormatting_Top10PercentDialog_Title
|
Obsolete. Return Value: Top 10% |
ConditionalFormatting_Bottom10PercentDialog_Title
|
Obsolete. Return Value: Bottom 10% |
ConditionalFormatting_AboveAverageDialog_Title
|
Obsolete. Return Value: Above Average |
ConditionalFormatting_BelowAverageDialog_Title
|
Obsolete. Return Value: Below Average |
ConditionalFormatting_GreaterThanDialog_Description
|
Obsolete. Return Value: Format cells that are GREATER THAN: |
ConditionalFormatting_LessThanDialog_Description
|
Obsolete. Return Value: Format cells that are LESS THAN: |
ConditionalFormatting_BetweenDialog_Description
|
Obsolete. Return Value: Format cells that are BETWEEN: |
ConditionalFormatting_EqualToDialog_Description
|
Obsolete. Return Value: Format cells that are EQUAL TO: |
ConditionalFormatting_TextThatContainsDialog_Description
|
Obsolete. Return Value: Format cells that contain the text: |
ConditionalFormatting_DateOccurringDialog_Description
|
Obsolete. Return Value: Format cells that contain a date occurring: |
ConditionalFormatting_CustomConditionDialog_Description
|
Obsolete. Return Value: Format cells that match the following condition: |
ConditionalFormatting_Top10ItemsDialog_Description
|
Obsolete. Return Value: Format cells that rank in the TOP: |
ConditionalFormatting_Bottom10ItemsDialog_Description
|
Obsolete. Return Value: Format cells that rank in the BOTTOM: |
ConditionalFormatting_Top10PercentDialog_Description
|
Obsolete. Return Value: Format cells that rank in the TOP: |
ConditionalFormatting_Bottom10PercentDialog_Description
|
Obsolete. Return Value: Format cells that rank in the BOTTOM: |
ConditionalFormatting_AboveAverageDialog_Description
|
Obsolete. Return Value: Format cells that are ABOVE AVERAGE: |
ConditionalFormatting_BelowAverageDialog_Description
|
Obsolete. Return Value: Format cells that are BELOW AVERAGE: |
ConditionalFormatting_Dialog_ApplyFormatToWholeRowText
|
Obsolete. Return Value: Apply format to the entire row |
ConditionalFormatting_BetweenDialog_RangeValuesConnector
|
Obsolete. Return Value: and |
ConditionalFormatting_CustomConditionEditor_Title
|
Obsolete. Return Value: Custom Condition Editor |
ConditionalFormatting_CustomConditionDialog_InvalidExpressionMessage
|
Obsolete. Return Value: The specified expression contains invalid symbols (character {0}). |
ConditionalFormatting_CustomConditionDialog_InvalidExpressionMessageEx
|
Obsolete. Return Value: The specified expression is invalid. |
ConditionalFormatting_CustomConditionDialog_InvalidExpressionMessageTitle
|
Obsolete. Return Value: Error |
ConditionalFormatting_GreaterThanDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_LessThanDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_BetweenDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_EqualToDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_TextThatContainsDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_CustomConditionDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_DateOccurringDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_BelowAverageDialog_Connector
|
Obsolete. Return Value: for this column with |
ConditionalFormatting_AboveAverageDialog_Connector
|
Obsolete. Return Value: for this column with |
ConditionalFormatting_Bottom10PercentDialog_Connector
|
Obsolete. Return Value: % with |
ConditionalFormatting_Top10PercentDialog_Connector
|
Obsolete. Return Value: % with |
ConditionalFormatting_Bottom10ItemsDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_Top10ItemsDialog_Connector
|
Obsolete. Return Value: with |
ConditionalFormatting_DateOccurringDialog_IntervalToday
|
Obsolete. Return Value: Today |
ConditionalFormatting_DateOccurringDialog_IntervalYesterday
|
Obsolete. Return Value: Yesterday |
ConditionalFormatting_DateOccurringDialog_IntervalTomorrow
|
Obsolete. Return Value: Tomorrow |
ConditionalFormatting_DateOccurringDialog_IntervalInTheLast7Days
|
Obsolete. Return Value: In the last 7 days |
ConditionalFormatting_DateOccurringDialog_IntervalLastWeek
|
Obsolete. Return Value: Last week |
ConditionalFormatting_DateOccurringDialog_IntervalThisWeek
|
Obsolete. Return Value: This week |
ConditionalFormatting_DateOccurringDialog_IntervalNextWeek
|
Obsolete. Return Value: Next week |
ConditionalFormatting_DateOccurringDialog_IntervalLastMonth
|
Obsolete. Return Value: Last month |
ConditionalFormatting_DateOccurringDialog_IntervalThisMonth
|
Obsolete. Return Value: This month |
ConditionalFormatting_DateOccurringDialog_IntervalNextMonth
|
Obsolete. Return Value: Next month |
ConditionalFormatting_Manager_Title
|
Obsolete. Return Value: Conditional Formatting Rules Manager |
ConditionalFormatting_Manager_NewFormattingRule
|
Obsolete. Return Value: New Formatting Rule |
ConditionalFormatting_Manager_EditFormattingRule
|
Obsolete. Return Value: Edit Formatting Rule |
ConditionalFormatting_Manager_CellsContainDescription
|
Obsolete. Return Value: Format only cells that contain |
ConditionalFormatting_Manager_DatesOccurring
|
Obsolete. Return Value: Dates Occurring |
ConditionalFormatting_Manager_CellValue
|
Obsolete. Return Value: Cell Value |
ConditionalFormatting_Manager_Blanks
|
Obsolete. Return Value: Blanks |
ConditionalFormatting_Manager_NoBlanks
|
Obsolete. Return Value: No Blanks |
ConditionalFormatting_Manager_Containing
|
Obsolete. Return Value: Containing |
ConditionalFormatting_Manager_NotContaining
|
Obsolete. Return Value: Not Containing |
ConditionalFormatting_Manager_BeginningWith
|
Obsolete. Return Value: Beginning With |
ConditionalFormatting_Manager_EndingWith
|
Obsolete. Return Value: Ending With |
ConditionalFormatting_Manager_SpecificText
|
Obsolete. Return Value: Specific Text |
ConditionalFormatting_Manager_Between
|
Obsolete. Return Value: Between |
ConditionalFormatting_Manager_NotBetween
|
Obsolete. Return Value: Not Between |
ConditionalFormatting_Manager_EqualTo
|
Obsolete. Return Value: Equal To |
ConditionalFormatting_Manager_NotEqualTo
|
Obsolete. Return Value: Not Equal To |
ConditionalFormatting_Manager_GreaterThan
|
Obsolete. Return Value: Greater Than |
ConditionalFormatting_Manager_LessThan
|
Obsolete. Return Value: Less Than |
ConditionalFormatting_Manager_GreaterOrEqual
|
Obsolete. Return Value: Greater Than Or Equal To |
ConditionalFormatting_Manager_LessOrEqual
|
Obsolete. Return Value: Less Than Or Equal To |
ConditionalFormatting_Manager_FormatCells
|
Obsolete. Return Value: Format Cells |
ConditionalFormatting_Manager_Font
|
Obsolete. Return Value: Font |
ConditionalFormatting_Manager_Fill
|
Obsolete. Return Value: Fill |
ConditionalFormatting_Manager_FormulaDescription
|
Obsolete. Return Value: Use a formula to determine which cells to format |
ConditionalFormatting_Manager_GradedColorScale
|
Obsolete. Return Value: Graded Color Scale |
ConditionalFormatting_Manager_DataBar
|
Obsolete. Return Value: Data Bar |
ConditionalFormatting_Manager_IconSet
|
Obsolete. Return Value: Icon Set |
ConditionalFormatting_Manager_Above
|
Obsolete. Return Value: Above Average |
ConditionalFormatting_Manager_Below
|
Obsolete. Return Value: Below Average |
ConditionalFormatting_Manager_Top
|
Obsolete. Return Value: Top |
ConditionalFormatting_Manager_Bottom
|
Obsolete. Return Value: Bottom |
ConditionalFormatting_Manager_TopBottomDescription
|
Obsolete. Return Value: Format only top or bottom ranked values |
ConditionalFormatting_Manager_AboveBelowDescription
|
Obsolete. Return Value: Format only values that are above or below average |
ConditionalFormatting_Manager_ValueBasedDescription
|
Obsolete. Return Value: Format all cells based on their values |
ConditionalFormatting_Manager_2ColorScaleDescription
|
Obsolete. Return Value: 2-Color Scale |
ConditionalFormatting_Manager_3ColorScaleDescription
|
Obsolete. Return Value: 3-Color Scale |
ConditionalFormatting_Manager_IconDescription
|
Obsolete. Return Value: Icon Sets |
ConditionalFormatting_Manager_IconDescriptionConnector
|
Obsolete. Return Value: and |
ConditionalFormatting_Manager_IconDescriptionCondition
|
Obsolete. Return Value: when |
ConditionalFormatting_Manager_IconDescriptionValueCondition
|
Obsolete. Return Value: when value is |
ConditionalFormatting_Manager_SelectRuleType
|
Obsolete. Return Value: Select a Rule Type: |
ConditionalFormatting_Manager_EditRuleDescription
|
Obsolete. Return Value: Edit the Rule Description: |
ConditionalFormatting_Manager_ContainTitle
|
Obsolete. Return Value: Format only cells with: |
ConditionalFormatting_Manager_AboveBelowTitle
|
Obsolete. Return Value: Format values that are: |
ConditionalFormatting_Manager_TopBottomTitle
|
Obsolete. Return Value: Format values that rank in the: |
ConditionalFormatting_Manager_FormulaTitle
|
Obsolete. Return Value: Format values where this formula is true: |
ConditionalFormatting_Manager_Preview
|
Obsolete. Return Value: Preview: |
ConditionalFormatting_Manager_FormatButtonDescription
|
Obsolete. Return Value: Format… |
ConditionalFormatting_Manager_ClearButtonDescription
|
Obsolete. Return Value: Clear |
ConditionalFormatting_Manager_FormatBackgroundColor
|
Obsolete. Return Value: Background Color: |
ConditionalFormatting_Manager_FormatStrikethrough
|
Obsolete. Return Value: Strikethrough |
ConditionalFormatting_Manager_FormatUnderline
|
Obsolete. Return Value: Underline |
ConditionalFormatting_Manager_FormatFontFamily
|
Obsolete. Return Value: Font: |
ConditionalFormatting_Manager_FormatFontStyle
|
Obsolete. Return Value: Font style: |
ConditionalFormatting_Manager_FormatFontWeight
|
Obsolete. Return Value: Font weight: |
ConditionalFormatting_Manager_FormatFontSize
|
Obsolete. Return Value: Size: |
ConditionalFormatting_Manager_FormatColor
|
Obsolete. Return Value: Color: |
ConditionalFormatting_Manager_NoFormatSet
|
Obsolete. Return Value: No Format Set |
ConditionalFormatting_Manager_ShowRulesFor
|
Obsolete. Return Value: Show formatting rules for: |
ConditionalFormatting_Manager_NewButtonDescription
|
Obsolete. Return Value: New Rule… |
ConditionalFormatting_Manager_EditButtonDescription
|
Obsolete. Return Value: Edit Rule… |
ConditionalFormatting_Manager_DeleteButtonDescription
|
Obsolete. Return Value: Delete Rule |
ConditionalFormatting_Manager_Minimum
|
Obsolete. Return Value: Minimum |
ConditionalFormatting_Manager_Midpoint
|
Obsolete. Return Value: Midpoint |
ConditionalFormatting_Manager_Maximum
|
Obsolete. Return Value: Maximum |
ConditionalFormatting_Manager_DataBarPositive
|
Obsolete. Return Value: Positive Bar Appearance: |
ConditionalFormatting_Manager_DataBarNegative
|
Obsolete. Return Value: Negative Bar Appearance: |
ConditionalFormatting_Manager_DataBarFill
|
Obsolete. Return Value: Fill |
ConditionalFormatting_Manager_DataBarColor
|
Obsolete. Return Value: Color |
ConditionalFormatting_Manager_DataBarBorder
|
Obsolete. Return Value: Border |
ConditionalFormatting_Manager_DataBarNoBorder
|
Obsolete. Return Value: No Border |
ConditionalFormatting_Manager_ApplySameAppearance
|
Obsolete. Return Value: Apply same appearance as positive bar |
ConditionalFormatting_Manager_IconSetStyle
|
Obsolete. Return Value: Icon Style |
ConditionalFormatting_Manager_ReverseButtonDescription
|
Obsolete. Return Value: Reverse Icon Order |
ConditionalFormatting_Manager_IconSetValueType
|
Obsolete. Return Value: Value Type: |
ConditionalFormatting_Manager_IconSetRulesTitle
|
Obsolete. Return Value: Display each icon according to these rules: |
ConditionalFormatting_Manager_ValueBasedTitle
|
Obsolete. Return Value: Format all cells based on their values: |
ConditionalFormatting_Manager_ValueBasedStyle
|
Obsolete. Return Value: Format Style: |
ConditionalFormatting_Manager_ValueBasedType
|
Obsolete. Return Value: Type: |
ConditionalFormatting_Manager_ValueBasedExpression
|
Obsolete. Return Value: Value: |
ConditionalFormatting_Manager_AboveBelowRangeDescription
|
Obsolete. Return Value: the average for the selected range |
ConditionalFormatting_Manager_TopBottomRangeDescription
|
Obsolete. Return Value: % of the selected range |
ConditionalFormatting_Manager_ShowModeAll
|
Obsolete. Return Value: All |
ConditionalFormatting_Manager_ShowModeCurrent
|
Obsolete. Return Value: Current Column |
ConditionalFormatting_Manager_FieldNameMode
|
Obsolete. Return Value: Field Name |
ConditionalFormatting_Manager_ExpressionMode
|
Obsolete. Return Value: Expression |
ConditionalFormatting_Manager_FillModeSolid
|
Obsolete. Return Value: Solid Fill |
ConditionalFormatting_Manager_FillModeGradient
|
Obsolete. Return Value: Gradient Fill |
ConditionalFormatting_Manager_AboveMode
|
Obsolete. Return Value: Above |
ConditionalFormatting_Manager_BelowMode
|
Obsolete. Return Value: Below |
ConditionalFormatting_Manager_PercentMode
|
Obsolete. Return Value: Percent |
ConditionalFormatting_Manager_NumberMode
|
Obsolete. Return Value: Number |
ConditionalFormatting_Manager_Apply
|
Obsolete. Return Value: Apply |
ConditionalFormatting_Manager_Rule
|
Obsolete. Return Value: Rule |
ConditionalFormatting_Manager_AppliesTo
|
Obsolete. Return Value: Applies to |
ConditionalFormatting_Manager_Format
|
Obsolete. Return Value: Format |
ConditionalFormatting_Manager_MinValue
|
Obsolete. Return Value: Min Value: |
ConditionalFormatting_Manager_MaxValue
|
Obsolete. Return Value: Max Value: |
ConditionalFormatting_Manager_MinMaxValueType
|
Obsolete. Return Value: Min/Max Value Type: |
ConditionalFormatting_Manager_Auto
|
Obsolete. Return Value: <Auto> |
ConditionalFormatting_Manager_Numeric
|
Obsolete. Return Value: Numeric |
ConditionalFormatting_Manager_Date
|
Obsolete. Return Value: Date |
ConditionalFormatting_Manager_Icon
|
Obsolete. Return Value: Icon |
ConditionalFormatting_Manager_CustomIconGroup
|
Obsolete. Return Value: Custom |
ConditionalFormatting_Manager_FormatIconDescription
|
Obsolete. Return Value: Select the Icon: |
ConditionalFormatting_Manager_CustomFormat
|
Obsolete. Return Value: Custom Format… |
ConditionalFormatting_Manager_Up
|
Obsolete. Return Value: Up |
ConditionalFormatting_Manager_Down
|
Obsolete. Return Value: Down |
DateFiltering_ShowAllFilterName
|
Represents the caption of the Show all item in the date-time filter dropdown. Return Value: Show all |
DateFiltering_FilterBySpecificDateFilterName
|
Represents the caption of the Filter by a specific date item in the date-time filter dropdown. Return Value: Filter by a specific date |
DateFiltering_PriorToThisYearFilterName
|
Represents the caption of the Prior to this year item in the date-time filter dropdown. Return Value: Prior to this year |
DateFiltering_EarlierThisYearFilterName
|
Represents the caption of the Earlier this year item in the date-time filter dropdown. Return Value: Earlier this year |
DateFiltering_EarlierThisMonthFilterName
|
Represents the caption of the Earlier this month item in the date-time filter dropdown. Return Value: Earlier this month |
DateFiltering_LastWeekFilterName
|
Represents the caption of the Last week item in the date-time filter dropdown. Return Value: Last week |
DateFiltering_EarlierThisWeekFilterName
|
Represents the caption of the Earlier this week item in the date-time filter dropdown. Return Value: Earlier this week |
DateFiltering_YesterdayFilterName
|
Represents the caption of the Yesterday item in the date-time filter dropdown. Return Value: Yesterday |
DateFiltering_TodayFilterName
|
Represents the caption of the Today item in the date-time filter dropdown. Return Value: Today |
DateFiltering_TomorrowFilterName
|
Represents the caption of the Tomorrow item in the date-time filter dropdown. Return Value: Tomorrow |
DateFiltering_LaterThisWeekFilterName
|
Represents the caption of the Later this week item in the date-time filter dropdown. Return Value: Later this week |
DateFiltering_NextWeekFilterName
|
Represents the caption of the Next week item in the date-time filter dropdown. Return Value: Next week |
DateFiltering_LaterThisMonthFilterName
|
Represents the caption of the Later this month item in the date-time filter dropdown. Return Value: Later this month |
DateFiltering_LaterThisYearFilterName
|
Represents the caption of the Later this year item in the date-time filter dropdown. Return Value: Later this year |
DateFiltering_BeyondThisYearFilterName
|
Represents the caption of the Beyond this year item in the date-time filter dropdown. Return Value: Beyond this year |
DateFiltering_BeyondFilterName
|
Represents the caption of the Beyond item in the Date-Time Filter Dropdown. Return Value: Beyond |
DateFiltering_ThisWeekFilterName
|
Represents the caption of the This week item in the date-time filter dropdown. Return Value: This week |
DateFiltering_ThisMonthFilterName
|
Represents the caption of the This month item in the date-time filter dropdown. Return Value: This month |
DateFiltering_EarlierFilterName
|
Represents the caption of the Earlier item in the date-time filter dropdown. Return Value: Earlier |
DateFiltering_EmptyFilterName
|
Represents the caption of the Empty item in the date-time filter dropdown. Return Value: Empty |
DDExtensionsAddRows
|
Represents the caption that the target hint displays when a row is dragged to another control. Return Value: “Add rows”. |
DDExtensionsCannotDropHere
|
Represents the caption that the target hint displays when a row cannot be dropped at the current pointer position. Return Value: “Cannot drop here”. |
DDExtensionsDraggingMultipleRows
|
A pattern used to format the source hint caption when an end-user drags multiple rows. Return Value: “Dragging {0} rows”. |
DDExtensionsDraggingOneRow
|
A pattern used to format the source hint caption when an end-user drags a single row. Return Value: “Dragging 1 row:”. |
DDExtensionsInsertAfter
|
Represents the caption that the target hint displays when an end-user positions the cursor at the bottom of a grid row. Return Value: “Insert after row:”. |
DDExtensionsInsertBefore
|
Represents the caption that the target hint displays when an end-user positions the cursor at the top of a grid row. Return Value: “Inset before row:”. |
DDExtensionsMoveToChildrenCollection
|
Represents the caption that the target hint displays when an end-user moves a node to a child collection of another node. Return Value: “Move to children collection:”. |
DDExtensionsMoveToGroup
|
Represents the caption that the target hint displays when an end-user drags a row from one group to another. Return Value: “Move to group:”. |
DDExtensionsRow
|
Represents the caption that the hint displays to the left of the dragged row identifier. Return Value: “Row”. |
EditForm_UpdateButton
|
Represents a caption of the edit form Update button. Return Value: “Update”. |
EditForm_CancelButton
|
Represents a caption of the edit form Cancel button. Return Value: “Cancel”. |
EditForm_Modified
|
The text displayed within the message box invoked if an end-user closes the inline edit form without saving the changes. Return Value: “Your data is modified. Do you want to save the changes?” |
EditForm_Cancel
|
The text displayed within the message box invoked if the cancel button was clicked in edit form. Return Value: “Do you want to cancel editing?” |
EditForm_Warning
|
Represents a caption of the warning message box. Return Value: “Warning”. |
MenuRowFixedTop
|
Represents the caption of the fix row popup menu item that fixes the row at the top of the grid. Return Value: “Top”. |
MenuRowFixedNone
|
Represents the caption of the fix row popup menu item that unfixes the row. Return Value: “None”. |
MenuRowFixedBottom
|
Represents the caption of the fix row popup menu item that fixes the row at the bottom of the grid. Return Value: “Bottom”. |
MenuCompactModeShowInGroups
|
The caption of the menu’s item in the compact panel, clicking on which allows end-users to show GridControl records in collapsible groups. Return Value: Show in Groups |
CompactModeNoneColumn
|
The text displayed within the sort element dropdown menu when GridControl is not sorted by any column. Return Value: None |
CompactModeAscendingOrder
|
The caption of the sort button in the compact panel when data is sorted in ascending order. Return Value: Ascending |
CompactModeDescendingOrder
|
The caption of the sort button in the compact panel when data is sorted in descending order. Return Value: Descending |
CompactModeBy
|
The text displayed within the sort element dropdown menu indicating by which column the grid is sorted. Return Value: By |
CompactModeFilter
|
The caption of the filter element button in the compact panel when no filter is selected. Return Value: Filter |
MenuCompactModeArrangeBy
|
The caption of the merged menu’s item in the compact panel, clicking on which allows end-users to select a column by which the data should be sorted. Return Value: Arrange By |
MenuCompactModeReverseSort
|
The caption of the merged menu’s item in the compact panel, clicking on which allows end-users to reverse a sort order in GridControl. Return Value: Reverse Sort |
LoadingRowRetry
|
Return Value: Retry |
LoadingRowRefresh
|
|
LoadingRowLoadMore
|
Return Value: Load More |
NoRecords
|
A caption that is shown within the data area when the GridControl‘s data source is not specified or empty. Return Value: No Records |
NoRecordsFound
|
A caption that is shown within the data area when a filter/search query has no results. Return Value: No Records Found |
LoadingRowRefreshMessage
|
|
DeletionErrorCaption
|
|
UpdateRowButtonsUpdate
|
Represents the caption of the Update button in the Edit Entire Row mode. |
UpdateRowButtonsCancel
|
Represents the caption of the Cancel button in the Edit Entire Row mode. |
UpdateRowButtonsAdd
|
|
FilterCriteriaDefault
|
|
AutoFilterNullText
|
|
MergedGroupsSeparator
|
|
RefreshDataSourceFailed
|
|
DialogEditFormBehavior_Save
|
|
DialogEditFormBehavior_Cancel
|
|
HeaderFiltered
|
The text that a screen reader pronounces when column data can be filtered. Return Value: Filtered |
Remarks
To learn more, see Localizing WPF Controls via Localizer Objects.