StringId Enum
Contains values corresponding to strings that can be localized.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
Specifies the default hint for the Data Return value: “” (empty string) |
Caption
|
The default caption for the error message box. Return value: Error |
Invalid
|
Represents the default error description displayed in a message box/tooltip if the editor’s validation has failed. Return value: Invalid Value |
Check
|
Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. Return value: Checked |
Check
|
Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. Return value: Unchecked |
Check
|
Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. Return value: Indeterminate |
Search
|
Specifies the text displayed by the Search Return value: Enter text to search… |
Search
|
Returns “Any”. |
Date
|
The caption of the Today button used to assign the current day to the edit value of the Date Return value: Today |
Date
|
The caption of the Clear button used to set the Date Return value: Clear |
OK
|
The caption of the Ok button displayed within the dropdown window of a Image Return value: Ok |
Cancel
|
The caption of the button to discard changes and close the dropdown window of a Image Return value: Cancel |
Navigator
|
Specifies the default hint of the Data Return value: First |
Navigator
|
Specifies the default hint of the Data Return value: Previous |
Navigator
|
Specifies the default hint of the Data Return value: Previous Page |
Navigator
|
Specifies the default hint of the Data Return value: Last |
Navigator
|
Specifies the default hint of the Data Return value: Next Page |
Navigator
|
Specifies the default hint of the Data Return value: Last |
Navigator
|
Specifies the default hint of the Data Return value: Append |
Navigator
|
Specifies the default hint of the Data Return value: Delete |
Navigator
|
Returns “Edit”. |
Navigator
|
Specifies the default hint of the Data Return value: End Edit |
Navigator
|
Specifies the default hint of the Data Return value: Cancel Edit |
Navigator
|
Specifies the format of the text string which can be displayed in the Data Return value: Record {0} of {1} |
Picture
|
Applied to image editors (Picture Return value: Cut |
Picture
|
Applied to image editors (Picture Return value: Copy |
Picture
|
Applied to image editors (Picture Return value: Paste |
Picture
|
Applied to image editors (Picture Return value: Delete |
Picture
|
Applied to image editors (Picture Return value: Load |
Picture
|
Applied to image editors (Picture Return value: Save |
Picture
|
Specifies the file masks (filters) for the Open dialog used to load an image from an external file to a Picture Return value: Bitmap Files (*. |
Picture
|
Specifies the file masks (filters) for the Save As dialog used to save the image displayed in a Picture Return value: Bitmap Files (*. |
Picture
|
The title of the Open File dialog used to load the image into the Picture Return value: Open |
Picture
|
The title of the Save File dialog used to save the image displayed in the Picture Return value: Save As |
Picture
|
Specifies the error message displayed when specifying an invalid image for a Picture Return value: Wrong picture format |
Picture
|
The caption of the error message displayed when specifying an invalid image for a Picture Return value: Open error |
Picture
|
An error displayed when an image cannot be copied to the Clipboard by the Picture Return value: Could not copy image |
Look
|
Specifies the text string displayed in the edit box of the Look |
Look
|
Reserved for future use. |
Look
|
Represents the initial value of the Look Return value: Name |
Mask
|
Specifies the exception message raised when the editor’s entered value specified by the mask is incomplete. Return value: The entered value is incomplete. Do you want to correct it?\r\n\r\n |
Unknown
|
Return value: Unknown picture format |
Data
|
Specifies the text string displayed in the Picture Return value: Data empty |
Not
|
Reserved for future use. Return value: Not valid array length. |
Image
|
Specifies the text string displayed within the Image Return value: (Empty) |
Image
|
Specifies the text string displayed within the Image Return value: (Picture) |
Color
|
Specifies the caption of the Color Return value: Custom |
Color
|
Specifies the caption of the Color Return value: Web |
Color
|
Specifies the caption of the Color Return value: System |
Calc
|
Represents the caption of the button used to clear any number stored in memory of the Calc Return value: MC |
Calc
|
Represents the caption of the button used to recall the number stored in memory of the Calc Return value: MR |
Calc
|
Represents the caption of the button used to store the display number in memory of the Calc Return value: MS |
Calc
|
Represents the caption of the button used to add the displayed number to any number already in memory in the Calc Return value: M+ |
Calc
|
Represents the caption of the button used to calculate the square root of the displayed number in the Calc Return value: sqrt |
Calc
|
Represents the caption of the button used to delete the last digit of the displayed number in the Calc Return value: Back |
Calc
|
Represents the caption of the button used to clear the displayed number in the Calc Return value: CE |
Calc
|
Represents the caption of the button used to clear the current calculation in the Calc Return value: C |
Calc
|
The string displayed in the edit box of the Calc Return value: Calculation Error |
Tab
|
Specifies the default hint for the tab control’s Previous button which is used to scroll backwards through the tab pages. Return value: Previous |
Tab
|
Specifies the default hint for the tab control’s Next button which is used to scroll forwards through the tab pages. Return value: Next |
Tab
|
Returns “Scroll Up”. |
Tab
|
Returns “Scroll Down”. |
Tab
|
Specifies the default hint for the tab control’s Close button. Return value: Close |
Tab
|
Returns “Pin”. |
Tab
|
Returns “Unpin”. |
Tab
|
Returns “Show Window List”. |
Xtra
|
Represents the caption of the Ok button in the Xtra Return value: Ok |
Xtra
|
Represents the caption of the Cancel button in the Xtra Return value: Cancel |
Xtra
|
Represents the caption of the Yes button in the Xtra Return value: Yes |
Xtra
|
Represents the caption of the No button in the Xtra Return value: No |
Xtra
|
Represents the caption of the Abort button in the Xtra Return value: Abort |
Xtra
|
Represents the caption of the Retry button in the Xtra Return value: Retry |
Xtra
|
Represents the caption of the Ignore button in the Xtra Return value: Ignore |
Xtra
|
Returns “Do not show this message again”. |
Text
|
Represents the caption of the menu item used to undo the last edit operation in the text box. Return value: Undo |
Text
|
Represents the caption of the menu item used to cut the selected contents of an editor. Return value: Cut |
Text
|
Represents the caption of the menu item used to copy the selected contents of an editor. Return value: Copy |
Text
|
Represents the caption of the menu item used to replace the contents of an editor with the text held in the Clipboard. Return value: Paste |
Text
|
Represents the caption of the menu item used to delete the selected contents of an editor. Return value: Delete |
Text
|
Represents the caption of the menu item used to select the editor’s content. Return value: Select All |
Filter
|
Returns “Text” |
Filter
|
Returns “Visual” |
Filter
|
Return value: (Show All) |
Filter
|
Return value: And |
Filter
|
Return value: Not And |
Filter
|
Return value: Not Or |
Filter
|
Return value: Or |
Filter
|
Represents the caption of the Any Return value: Is any of |
Filter
|
Represents the caption of the Begins Return value: Begins with |
Filter
|
Represents the caption of the Between filter clause. Return value: Is between |
Filter
|
Represents the caption of the Between Return value: and |
Filter
|
Represents the caption of the Contains filter clause. Return value: Contains |
Filter
|
Represents the caption of the Ends Return value: Ends with |
Filter
|
Represents the caption of the Equals filter clause. Return value: Equals |
Filter
|
Represents the caption of the Greater filter clause. Return value: Is greater than |
Filter
|
Represents the caption of the Greater Return value: Is greater than or equal to |
Filter
|
Returns “Is in range”. |
Filter
|
Returns “Is not in range”. |
Filter
|
Returns “from”. |
Filter
|
Returns “to”. |
Filter
|
Represents the caption of the Is Return value: Is not blank |
Filter
|
Represents the caption of the Is Return value: Is blank |
Filter
|
Returns “Is not blank”. |
Filter
|
Returns “Is blank”. |
Filter
|
Represents the caption of the Less filter clause. Return value: Is less than |
Filter
|
Represents the caption of the Less Return value: Is less than or equal to |
Filter
|
Represents the caption of the Like filter clause. Return value: Is like |
Filter
|
Represents the caption of the None Return value: Is none of |
Filter
|
Represents the caption of the Not Return value: Is not between |
Filter
|
Represents the caption of the Does Return value: Does not contain |
Filter
|
Represents the caption of the Does Return value: Does not equal |
Filter
|
Represents the caption of the Not Return value: Is not like |
Filter
|
Return value: enter a value |
Filter
|
Return value: <enter a parameter> |
Filter
|
Return value: <Add a new parameter …> |
Filter
|
Return value: empty |
Filter
|
Return value: Add Condition |
Filter
|
Return value: Add Group |
Filter
|
Returns “Add Custom Expression”. |
Filter
|
Return value: Clear All |
Filter
|
Return value: Remove Row |
Filter
|
Return value: Adds a new condition to this group. |
Filter
|
Return value: Removes this condition. |
Filter
|
Return value: Actions. |
Filter
|
Return value: Compare to a value / other field’s value. |
Filter
|
Return value: Adds a new item to the list. |
Filter
|
Return value: (Use the Insert or Add button on the keyboard) |
Filter
|
Return value: (Use the Delete or Subtract button on the keyboard) |
Container
|
Represents the text which identifies the name of an in-place editor within a container control. The string which is identified by this enumeration value is used to initiliaze an editor’s Base |
Filter
|
Specifies the textual representation of the Boolean And operator used when constructing a display string of filter criteria. Return value: And |
Filter
|
Specifies the textual representation of the Boolean Or operator used when constructing a display string of filter criteria. Return value: Or |
Filter
|
Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. Return value: ~ |
Filter
|
Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. Return value: Is Null |
Filter
|
Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. Return value: - |
Filter
|
Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. Return value: Not |
Filter
|
Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. Return value: + |
Filter
|
Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. Return value: & |
Filter
|
Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. Return value: | |
Filter
|
Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. Return value: ^ |
Filter
|
Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. Return value: / |
Filter
|
Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. Return value: = |
Filter
|
Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. Return value: > |
Filter
|
Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. Return value: >= |
Filter
|
Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. Return value: < |
Filter
|
Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. Return value: <= |
Filter
|
Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. Return value: Like |
Filter
|
Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. Return value: - |
Filter
|
Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. Return value: % |
Filter
|
Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. Return value: * |
Filter
|
Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. Return value: <> |
Filter
|
Specifies the textual representation of the binaryPlus operator used when constructing a display string of filter criteria. Return value: + |
Filter
|
Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. Return value: Between |
Filter
|
Specifies the textual representation of the In function used when constructing a display string of filter criteria. Return value: In |
Filter
|
Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. Return value: Is Not Null |
Filter
|
Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. Return value: Not Like |
Filter
|
Specifies the textual representation of the Iif function used when constructing a display string of filter criteria. Return value: Iif |
Filter
|
Specifies the textual representation of the Is Null function, which takes one or two arguments, used when constructing a display string of filter criteria. Return value: Is |
Filter
|
Specifies the textual representation of the Len function used when constructing a display string of filter criteria. Return value: Len |
Filter
|
Specifies the textual representation of the Lower function used when constructing a display string of filter criteria. Return value: Lower |
Filter
|
Specifies the string which represents the Function Return value: None |
Filter
|
Specifies the textual representation of the Substring function used when constructing a display string of filter criteria. Return value: Substring |
Filter
|
Specifies the textual representation of the Trim function used when constructing a display string of filter criteria. Return value: Trim |
Filter
|
Specifies the textual representation of the Upper function used when constructing a display string of filter criteria. Return value: Upper |
Filter
|
Return value: Is This Year |
Filter
|
Return value: Is This Month |
Filter
|
Return value: Is This Week |
Filter
|
Specifies the textual representation of the This Return value: This |
Filter
|
Specifies the textual representation of the This Return value: This |
Filter
|
Specifies the textual representation of the Last Return value: Last |
Filter
|
Specifies the textual representation of the This Return value: This |
Filter
|
Specifies the textual representation of the Yesterday function, used when constructing a display string of filter criteria. Return value: Yesterday |
Filter
|
Specifies the textual representation of the Today function, used when constructing a display string of filter criteria. Return value: Today |
Filter
|
Specifies the textual representation of the Now function, used when constructing a display string of filter criteria. Return value: Now |
Filter
|
Specifies the textual representation of the Tomorrow function, used when constructing a display string of filter criteria. Return value: Tomorrow |
Filter
|
Specifies the textual representation of the Day Return value: Day |
Filter
|
Specifies the textual representation of the Next Return value: Next |
Filter
|
Specifies the textual representation of the Two Return value: Two |
Filter
|
Specifies the textual representation of the Next Return value: Next |
Filter
|
Specifies the textual representation of the Next Return value: Next |
Filter
|
Specifies the textual representation of the Is Return value: Beyond |
Filter
|
Specifies the textual representation of the Is Return value: Later |
Filter
|
Specifies the textual representation of the Is Return value: Later |
Filter
|
Specifies the textual representation of the Is Return value: Next |
Filter
|
Specifies the textual representation of the Is Return value: Later |
Filter
|
Specifies the textual representation of the Is Return value: Tomorrow |
Filter
|
Specifies the textual representation of the Is Return value: Today |
Filter
|
Specifies the textual representation of the Is Return value: Yesterday |
Filter
|
Specifies the textual representation of the Is Return value: Earlier |
Filter
|
Specifies the textual representation of the Is Return value: Last |
Filter
|
Specifies the textual representation of the Is Return value: Earlier |
Filter
|
Specifies the textual representation of the Is Return value: Earlier |
Filter
|
Specifies the textual representation of the Is Return value: Prior |
Filter
|
Returns “Is in date range”. |
Filter
|
Returns “Is not in date range”. |
Filter
|
Returns “Create date”. |
Filter
|
|
Filter
|
Specifies a string which represents the Function Return value: Custom |
Filter
|
Returns “Custom non deterministic” |
Filter
|
Returns “Is null or empty” |
Filter
|
Returns “Concat” |
Filter
|
Returns “Ascii” |
Filter
|
Returns “Char” |
Filter
|
Returns “To int”. |
Filter
|
Returns “To long”. |
Filter
|
Returns “To float”. |
Filter
|
Returns “To double”. |
Filter
|
Returns “To decimal”. |
Filter
|
Returns “To str” |
Filter
|
Returns “Replace” |
Filter
|
Returns “Reverse” |
Filter
|
Returns “Insert” |
Filter
|
Returns “Char index” |
Filter
|
Returns “Remove” |
Filter
|
Returns “Abs” |
Filter
|
Returns “Sqr” |
Filter
|
Returns “Cos” |
Filter
|
Returns “Sin” |
Filter
|
Returns “Atn” |
Filter
|
Returns “Exp” |
Filter
|
Returns “Log” |
Filter
|
Returns “Rnd” |
Filter
|
Returns “Tan” |
Filter
|
Returns “Power” |
Filter
|
Returns “Sign” |
Filter
|
Returns “Round” |
Filter
|
Returns “Ceiling” |
Filter
|
Returns “Floor” |
Filter
|
Returns “Max” |
Filter
|
Returns “Min” |
Filter
|
Returns “Acos” |
Filter
|
Returns “Asin” |
Filter
|
Returns “Atn2” |
Filter
|
Returns “Big Mul” |
Filter
|
Returns “Cosh” |
Filter
|
Returns “Log10” |
Filter
|
Returns “Sinh” |
Filter
|
Returns “Tanh” |
Filter
|
Returns “Pad left” |
Filter
|
Returns “Pad right” |
Filter
|
Returns “Date diff tick” |
Filter
|
Returns “Date diff second” |
Filter
|
Returns “Date diff millisecond” |
Filter
|
Returns “Date diff minute” |
Filter
|
Returns “Date diff hour” |
Filter
|
Returns “Date diff day” |
Filter
|
Returns “Date diff month” |
Filter
|
Returns “Date diff year” |
Filter
|
Returns “Get date” |
Filter
|
Returns “Get millisecond” |
Filter
|
Returns “Get second” |
Filter
|
Returns “Get minute” |
Filter
|
Returns “Get hour” |
Filter
|
Returns “Get day” |
Filter
|
Returns “Get month” |
Filter
|
Returns “Get year” |
Filter
|
Returns “Get day of week” |
Filter
|
Returns “Get day of year” |
Filter
|
Returns “Get time of day” |
Filter
|
Returns “Now” |
Filter
|
Returns “Utc now” |
Filter
|
Returns “Today” |
Filter
|
Returns “Add time span” |
Filter
|
Returns “Add ticks” |
Filter
|
Returns “Add milliseconds” |
Filter
|
Returns “Add seconds” |
Filter
|
Returns “Add minutes” |
Filter
|
Returns “Add hours” |
Filter
|
Returns “Add days” |
Filter
|
Returns “Add months” |
Filter
|
Returns “Add years” |
Filter
|
Returns “Starts with”. |
Filter
|
Returns “Ends with”. |
Filter
|
Returns “Contains”. |
Filter
|
Specifies an error message that may occur when parsing an expression Return value: The specified expression contains invalid symbols (line {0}, character {1}). |
Filter
|
Specifies an error message that may occur when parsing an expression Return value: The specified expression is invalid.. |
Apply
|
The caption of the Apply button displayed within the filter drop-down window within a Pivot Return value: Apply |
Preview
|
The caption of print preview windows. Return value: Preview: |
Transparent
|
The error message displayed when trying to assign a translucent background color to a control that doesn’t support transparency. Return value: This control does not support transparent background colors |
Filter
|
Specifies the textual representations of date-time functions shown in filter popup windows. Return value: “Show all|Show Empty|Filter by a specific date:|Beyond this year|Later this year|Later this month|Next week|Later this week|Tomorrow|Today|Yesterday|Earlier this week|Last week|Earlier this month|Earlier this year|Prior to this year” |
Filter
|
Specifies the caption of a submenu that contains date-time constants used to filter data Return value: Date |
Filter
|
Specifies the caption of a submenu that contains date-time operators used to filter data Return value: Date |
Filter
|
Returns “Advanced date and time operators”. |
Filter
|
Returns “Custom functions”. |
Filter
|
Specifies the textual representations of date-time functions shown in filter popup windows. Return value: “Show all|Filter by a specific date:|Beyond|||Next week|Today|This week|This month|Earlier|{0:yyyy}, {0:MMMM}” |
Filter
|
Returns “Functions” |
Default
|
Returns “True” |
Default
|
Returns “False” |
Default
|
Returns “Default” |
Progress
|
Returns “Exporting”. |
Progress
|
Returns “Printing”. |
Progress
|
Returns “Creating document”. |
Progress
|
Returns “Cancel”. |
Progress
|
Returns “Cancel pending”. |
Progress
|
Returns “Loading data”. |
Progress
|
Returns “Pasting”. |
Progress
|
Returns “Copying”. |
Filter
|
Returns “Avg”. |
Filter
|
Returns “Count”. |
Filter
|
Returns “Exists”. |
Filter
|
Returns “Max”. |
Filter
|
Returns “Min”. |
Filter
|
Returns “Sum”. |
Field
|
Returns “Field List ({0})”. |
Restore
|
Returns “XML files (.xml)|.xml|All files|.“. |
Save
|
Returns “XML files (.xml)|.xml”. |
Restore
|
Returns “Restore Layout”. |
Save
|
Returns “Save Layout”. |
Picture
|
Returns “Zoom”. |
Picture
|
Returns “Full Size”. |
Picture
|
Returns “Fit Image”. |
Picture
|
Returns “Zoom In”. |
Picture
|
Returns “Zoom Out”. |
Picture
|
Returns “Zoom to:”. |
Picture
|
Returns “{0}%”. |
Filter
|
The text displayed within a tooltip invoked when hovering over the Show Only Available Items filter popup toolbar button. Return value: Show Only Available Items |
Filter
|
The text displayed within a tooltip invoked when hovering over the Show New Field Values filter popup toolbar button. Return value: Show New Field Values |
Filter
|
The text displayed within a tooltip invoked when hovering over the Incremental Search filter popup toolbar button. Return value: Incremental Search |
Filter
|
The text displayed within a tooltip invoked when hovering over the Multi-Selection filter popup toolbar button. Return value: Multi-Selection |
Filter
|
The text displayed within a tooltip invoked when hovering over the Radio Mode filter popup toolbar button. Return value: Radio Mode |
Filter
|
The text displayed within a tooltip invoked when hovering over the Invert Filter filter popup toolbar button. Return value: Invert Filter |
Color
|
The caption of the Automatic button in the Color Return value: Automatic |
Color
|
Returns “Theme Colors”. |
Color
|
Returns “Standard Colors”. |
Color
|
Returns “Recent Colors”. |
Color
|
Returns “More Colors…” |
Color
|
Returns “Hue”. |
Color
|
Returns “Saturation”. |
Color
|
Returns “Luminance”. |
Color
|
Returns “Brightness”. |
Color
|
Returns “Opacity”. |
Color
|
Returns “Red component should be in range 0.. |
Color
|
Returns “Green component should be in range 0.. |
Color
|
Returns “Blue component should be in range 0.. |
Color
|
Returns “Opacity component should be in range 0.. |
Color
|
Returns “Invalid hexadecimal value”. |
Color
|
Returns “Hue component should be in range 0.. |
Color
|
Returns “Saturation component should be in range 0.. |
Color
|
Returns “Brightness component should be in range 0.. |
Color
|
Returns “Web-Safe”. |
Days
|
Identifies the days item in Time Return value: days |
Hours
|
Identifies the hours item in Date Return value: hours |
Mins
|
Identifies the minutes item in Date Return value: mins |
Secs
|
Identifies the seconds item in Date Return value: secs |
Millisecs
|
Returns “millisecs”. |
Time
|
Returns “day”. |
Time
|
Returns “days”. |
Time
|
Returns “d”. |
Time
|
Returns “hour”. |
Time
|
Returns “hours”. |
Time
|
Returns “h”. |
Time
|
Returns “minute”. |
Time
|
Returns “minutes”. |
Time
|
Returns “m”. |
Time
|
Returns “second”. |
Time
|
Returns “seconds”. |
Time
|
Returns “s”. |
Time
|
Returns “fractional”. |
Time
|
Returns “fractional”. |
Time
|
Returns “f”. |
Time
|
Returns “millisecond”. |
Time
|
Returns “milliseconds”. |
Time
|
Returns “ms”. |
Preview
|
Obsolete. Return value: Paused |
Preview
|
Obsolete. Return value: Error |
Preview
|
Obsolete. Return value: Pending Deletion |
Preview
|
Obsolete. Return value: Paper |
Preview
|
Obsolete. Return value: Paper |
Preview
|
Obsolete. Return value: Manual |
Preview
|
Obsolete. Return value: Paper |
Preview
|
Obsolete. Return value: Offline |
Preview
|
Obsolete. Return value: IO Active |
Preview
|
Obsolete. Return value: Busy |
Preview
|
Obsolete. Return value: Printing |
Preview
|
Obsolete. Return value: Output Bin Full |
Preview
|
Obsolete. Return value: Not Available |
Preview
|
Obsolete. This field is obsolete (use DevExpress. |
Preview
|
Obsolete. Return value: Processing |
Preview
|
Obsolete. Return value: Initializing |
Preview
|
Obsolete. Return value: Warming Up |
Preview
|
Obsolete. Return value: Toner Low |
Preview
|
Obsolete. Return value: No Toner |
Preview
|
Obsolete. Return value: Page Punt |
Preview
|
Obsolete. Return value: User Intervention |
Preview
|
Obsolete. Return value: Out Of Memory |
Preview
|
Obsolete. Return value: Door Open |
Preview
|
Obsolete. Return value: Server Unknown |
Preview
|
Obsolete. Return value: Power Save |
Preview
|
Obsolete. Return value: Ready |
Preview
|
Obsolete. Return value: Server Offline |
Preview
|
Obsolete. Return value: Driver Update Needed |
Incorrect
|
Return value: The number must be between 1 and 32767. |
Chart
|
Returns “The interval between grid lines is too small to be represented in the range control.” |
Chart
|
Returns “The interval between grid lines is too small to be represented in the range control.” |
Data
|
Returns “Blue Data Bar”. |
Data
|
Returns “Light Blue Data Bar”. |
Data
|
Returns “Green Data Bar”. |
Data
|
Returns “Yellow Data Bar”. |
Data
|
Returns “Orange Data Bar”. |
Data
|
Returns “Mint Data Bar”. |
Data
|
Returns “Violet Data Bar”. |
Data
|
Returns “Raspberry Data Bar”. |
Data
|
Returns “Coral Data Bar”. |
Data
|
Returns “Blue Data Bar Gradient”. |
Data
|
Returns “Light Blue Data Bar Gradient”. |
Data
|
Returns “Green Data Bar Gradient”. |
Data
|
Returns “Yellow Data Bar Gradient”. |
Data
|
Returns “Orange Data Bar Gradient”. |
Data
|
Returns “Mint Data Bar Gradient”. |
Data
|
Returns “Violet Data Bar Gradient”. |
Data
|
Returns “Raspberry Data Bar Gradient”. |
Data
|
Returns “Coral Data Bar Gradient”. |
Format
|
Returns “Data Update Rules”. |
Format
|
Returns “Clear Rules from This Column”. |
Format
|
Returns “Clear Rules from All Columns”. |
Format
|
Returns “Highlight Cell Rules”. |
Format
|
Returns “Top/Bottom Rules”. |
Format
|
Returns “Data Bars”. |
Format
|
Returns “Color Scales”. |
Format
|
Returns “Icon Sets”. |
Format
|
Returns “Clear Rules”. |
Format
|
Returns “Manage Rules…” |
Format
|
Returns “Unique/Duplicate Rules”. |
Format
|
Returns “Gradient Fill”. |
Format
|
Returns “Solid Fill”. |
Format
|
Returns “Add a colored data bar to represent\r\nthe value in a cell. The higher the\r\nvalue, the longer the bar.” |
Icon
|
Returns “Ratings”. |
Icon
|
Returns “Indicators”. |
Icon
|
Returns “Symbols”. |
Icon
|
Returns “Shapes”. |
Icon
|
Returns “Directional”. |
Icon
|
Returns “Positive/Negative”. |
Format
|
Returns “Use this icon set to classify column\r\nvalues into the following ranges:”. |
Color
|
Returns “Green - Yellow - Red”. |
Color
|
Returns “Purple - White - Azure”. |
Color
|
Returns “Yellow - Orange - Coral”. |
Color
|
Returns “Green - White - Red”. |
Color
|
Returns “Emerald - Azure - Blue”. |
Color
|
Returns “White - Red”. |
Color
|
Returns “White - Green”. |
Color
|
Returns “White - Azure”. |
Color
|
Returns “Yellow - Green”. |
Color
|
Returns “Blue - White - Red”. |
Format
|
Returns “Apply a color gradient to a range of\r\ncells in this column. The color indicates\r\nwhere each cell falls within that range.” |
Format
|
Returns “Unique Values”. |
Format
|
Returns “Format cells that are UNIQUE VALUES”. |
Format
|
Returns “Duplicate Values”. |
Format
|
Returns “Format cells that are DUPLICATE VALUES”. |
Format
|
Returns “Apply formatting to an entire row”. |
Format
|
Returns “with”. |
Format
|
Returns “for this column with”. |
Icon
|
Returns “3 Stars”. |
Icon
|
Returns “4 Ratings”. |
Icon
|
Returns “5 Ratings”. |
Icon
|
Returns “5 Quarters”. |
Icon
|
Returns “5 Boxes”. |
Icon
|
Returns “3 Arrows (Colored)”. |
Icon
|
Returns “3 Arrows (Gray)”. |
Icon
|
Returns “3 Triangles”. |
Icon
|
Returns “4 Arrows (Colored)”. |
Icon
|
Returns “4 Arrows (Gray)”. |
Icon
|
Returns “5 Arrows (Colored)”. |
Icon
|
Returns “5 Arrows (Gray)”. |
Icon
|
Returns “3 Traffic Lights (Unrimmed)”. |
Icon
|
Returns “3 Traffic Lights (Rimmed)”. |
Icon
|
Returns “3 Signs”. |
Icon
|
Returns “4 Traffic Lights”. |
Icon
|
Returns “Red To Black”. |
Icon
|
Returns “3 Symbols (Circled)”. |
Icon
|
Returns “3 Symbols (Uncircled)”. |
Icon
|
Returns “3 Flags”. |
Icon
|
Returns “Arrows (Colored)”. |
Icon
|
Returns “Arrows (Gray)”. |
Icon
|
Returns “Triangles”. |
Format
|
Returns “Top 10 Items”. |
Format
|
Returns “Top 10 %”. |
Format
|
Returns “Bottom 10 Items”. |
Format
|
Returns “Bottom 10 %”. |
Format
|
Returns “Above Average”. |
Format
|
Returns “Below Average”. |
Format
|
Returns “Format cells that rank in the TOP”. |
Format
|
Returns “Format cells that rank in the BOTTOM”. |
Format
|
Returns “Format cells that are ABOVE AVERAGE”. |
Format
|
Returns “Format cells that are BELOW AVERAGE”. |
Format
|
Returns “Greater Than”. |
Format
|
Returns “Less Than”. |
Format
|
Returns “Between”. |
Format
|
Returns “Equal To”. |
Format
|
Returns “Text that Contains”. |
Format
|
Returns “Custom Condition”. |
Format
|
Returns “Format cells that are GREATER THAN”. |
Format
|
Returns “Format cells that are LESS THAN”. |
Format
|
Returns “Format cells that are BETWEEN”. |
Format
|
Returns “Format cells that are EQUAL TO”. |
Format
|
Returns “Format cells that contain the text”. |
Format
|
Returns “Format cells that match the following condition”. |
Format
|
Returns “Format cell whose values”. |
Format
|
Returns “<enter an expression>”. |
Format
|
Returns “A Date Occurring”. |
Format
|
Returns “Format cells that contain a date matching these conditions”. |
Format
|
Returns “Red Fill with Red Text”. |
Format
|
Returns “Yellow Fill with Yellow Text”. |
Format
|
Returns “Green Fill with Green Text”. |
Format
|
Returns “Red Fill”. |
Format
|
Returns “Red Text”. |
Format
|
Returns “Green Fill”. |
Format
|
Returns “Green Text”. |
Format
|
Returns “Bold Text”. |
Format
|
Returns “Italic Text”. |
Format
|
Returns “Strikeout Text”. |
Format
|
Returns “Red Bold Text”. |
Format
|
Returns “Green Bold Text”. |
Search
|
Returns “Search for a column…” |
Search
|
Returns “Search for a field…” |
Manage
|
Returns “Conditional Formatting Rules Manager”. |
Manage
|
Returns “Show formatting rules for:”. |
Manage
|
Returns “Up”. |
Manage
|
Returns “Down”. |
Manage
|
Returns “New Rule…” |
Manage
|
Returns “Edit Rule…” |
Manage
|
Returns “Delete Rule”. |
Manage
|
|
Manage
|
Returns “Rule”. |
Manage
|
Returns “Format”. |
Manage
|
Returns “Apply to the row”. |
Manage
|
Returns “Column”. |
Manage
|
Returns “Stop If True”. |
Manage
|
Returns “Column Apply To”. |
Manage
|
|
Manage
|
|
Manage
|
|
Manage
|
Returns “(All)”. |
New
|
Returns “New Formatting Rule”. |
Edit
|
Returns “Edit Formatting Rule”. |
New
|
Returns “Select a Rule Type:” |
New
|
Returns “Edit the Rule Description:” |
New
|
Returns “Format all cells based on their values”. |
New
|
Returns “Format only cells that contain”. |
New
|
Returns “Format only top or bottom ranked values”. |
New
|
Returns “Format only values that are above or below average”. |
New
|
Returns “Format only unique or duplicate values”. |
New
|
Returns “Format only changing values”. |
New
|
Returns “Use a formula to determine which cells to format”. |
Manage
|
Returns “Format Style:” |
Manage
|
Returns “2-Color Scale”. |
Manage
|
Returns “3-Color Scale”. |
Manage
|
Returns “Data Bar”. |
Manage
|
Returns “Icon Set”. |
Manage
|
Returns “Minimum”. |
Manage
|
Returns “Maximum”. |
Manage
|
Returns “Type:” |
Manage
|
Returns “Automatic”. |
Manage
|
Returns “Percent”. |
Manage
|
Returns “Number”. |
Manage
|
Returns “Value:” |
Manage
|
Returns “Color:” |
Manage
|
Returns “Preview:” |
Manage
|
Returns “No Format Set”. |
Manage
|
Returns “Midpoint”. |
Manage
|
Returns “Bar Appearance:” |
Manage
|
Returns “Fill:” |
Manage
|
Returns “Border:” |
Manage
|
Returns “Draw Axis”. |
Manage
|
Returns “Use Negative Bar”. |
Manage
|
Returns “Axis Color:” |
Manage
|
Returns “Bar Direction:” |
Manage
|
Returns “Solid Fill”. |
Manage
|
Returns “Gradient Fill”. |
Manage
|
Returns “No Border”. |
Manage
|
Returns “Solid Border”. |
Manage
|
Returns “Context”. |
Manage
|
Returns “Left-to-Right”. |
Manage
|
Returns “Right-to-Left”. |
Manage
|
Returns “Display each icon according to these rules:” |
Manage
|
Returns “Reverse Icon Order”. |
Manage
|
Returns “When”. |
Manage
|
Returns “value is”. |
Manage
|
Returns “Format…” |
Manage
|
Returns “Format values that are:”. |
Manage
|
Returns “the average of column values”. |
Manage
|
Returns “Above”. |
Manage
|
Returns “Below”. |
Manage
|
Returns “Equal Or Above”. |
Manage
|
Returns “Equal Or Below”. |
Manage
|
Returns “Format values where this formula is true:” |
Manage
|
Returns “Format values that rank in the:” |
Manage
|
Returns “% of column values”. |
Manage
|
Returns “Top”. |
Manage
|
Returns “Bottom”. |
Manage
|
Returns “Format only cells with:” |
Manage
|
Returns “Cell Value”. |
Manage
|
Returns “Dates Occurring”. |
Manage
|
Returns “Specific Text”. |
Manage
|
Returns “Blanks”. |
Manage
|
Returns “No Blanks”. |
Manage
|
Returns “Errors”. |
Manage
|
Returns “No Errors”. |
Manage
|
Returns “Between”. |
Manage
|
Returns “Not Between”. |
Manage
|
Returns “Equal To”. |
Manage
|
Returns “Not Equal To”. |
Manage
|
Returns “Greater Than”. |
Manage
|
Returns “Less Than”. |
Manage
|
Returns “Greater Than Or Equal To”. |
Manage
|
Returns “Less Than Or Equal To”. |
Manage
|
Returns “Following the month in 2 months time”. |
Manage
|
Returns “Following this year”. |
Manage
|
Returns “Prior to the month 6 months ago”. |
Manage
|
Returns “This month, prior to previous week”. |
Manage
|
Returns “This week, prior to yesterday”. |
Manage
|
Returns “This year, prior to this month”. |
Manage
|
Returns “Last Week”. |
Manage
|
Returns “This month, beyond next week”. |
Manage
|
Returns “This week, beyond tomorrow”. |
Manage
|
Returns “This year, beyond this month”. |
Manage
|
Returns “Next Month”. |
Manage
|
Returns “During the month in 2 months time”. |
Manage
|
Returns “Last Month”. |
Manage
|
Returns “During the month 2 months ago”. |
Manage
|
Returns “During the month 3 months ago”. |
Manage
|
Returns “During the month 4 months ago”. |
Manage
|
Returns “During the month 5 months ago”. |
Manage
|
Returns “During the month 6 months ago”. |
Manage
|
Returns “Next Week”. |
Manage
|
Returns “Prior to this year”. |
Manage
|
Returns “This Month”. |
Manage
|
Returns “This Week”. |
Manage
|
Returns “Tomorrow”. |
Manage
|
Returns “Today”. |
Manage
|
Returns “Yesterday”. |
Manage
|
Returns “Containing”. |
Manage
|
Returns “Not Containing”. |
Manage
|
Returns “Beginning With”. |
Manage
|
Returns “Ending With”. |
Manage
|
Returns “Format all:” |
Manage
|
Returns “column values”. |
Manage
|
Returns “Unique”. |
Manage
|
Returns “Duplicate”. |
Manage
|
Returns “Data Update”. |
Manage
|
Returns “Graded Color Scale”. |
Manage
|
Returns “Icon Set”. |
Manage
|
Returns “Formula”. |
Manage
|
Returns “Above Average”. |
Manage
|
Returns “Below Average”. |
Manage
|
Returns “Equal to or Above Average”. |
Manage
|
Returns “Equal to or Below Average”. |
Manage
|
Returns “Format Cells”. |
Manage
|
Returns “Font”. |
Manage
|
Returns “Fill”. |
Manage
|
Returns “Predefined Appearance”. |
Manage
|
Returns “Font style”. |
Manage
|
Returns “Font color”. |
Manage
|
Returns “Effects:”. |
Manage
|
Returns “Underline”. |
Manage
|
Returns “Strikethrough”. |
Manage
|
Returns “Clear”. |
Manage
|
Returns “Background Color:”. |
Manage
|
Returns “None”. |
Manage
|
Returns “Regular”. |
Manage
|
Returns “Bold”. |
Manage
|
Returns “Italic”. |
Manage
|
Returns “values for”. |
Manage
|
Returns “ms”. |
Take
|
The caption of the dialog window that takes a picture from a webcam. Return value: Take Picture |
Take
|
Applied to image editors (Picture Return value: Take Picture from Camera |
Take
|
The caption of the Capture button in the dialog window that takes a picture from a webcam. Return value: Capture |
Take
|
The caption of the Try Again button in the dialog window that takes a picture from a webcam. Return value: Try Again |
Take
|
The caption of the Save button in the dialog window that saves a picture taken from a webcam. Return value: Save |
Camera
|
The caption of the combo box that selects the active capture device in the Camera Settings form of the Camera Return value: Active device: |
Camera
|
The caption of the track bar that adjusts the brightness in the Camera Settings form of the Camera Return value: Brightness: |
Camera
|
The caption of the track bar that adjusts the contrast in the Camera Settings form of the Camera Return value: Contrast: |
Camera
|
The caption of the check box that specifies the saturation setting in the Camera Settings form of the Camera Return value: Desaturate: |
Camera
|
The caption of the Reset to defaults button in the Camera Settings form of the Camera Return value: Reset to defaults |
Camera
|
The caption of the Camera Settings form of the Camera Return value: Camera Settings |
Camera
|
The caption of the combo box that adjusts the resolution in the Camera Settings form of the Camera Return value: Resolution: |
Camera
|
The notification displayed by the Camera Return value: No webcam found. Check the webcam connection or the device settings. |
Camera
|
The notification displayed by the Camera Return value: Cannot use the device, as it is already in use in another application. |
Camera
|
The notification displayed by the Camera Return value: Rendering is disabled at design time. |
Office
|
Returns “Navigation Options”. |
Filter
|
Returns “Is next month”. |
Filter
|
Returns “Is next year”. |
Filter
|
Returns “Is last month”. |
Filter
|
Returns “Is last year”. |
Filter
|
Returns “Is the year-to-date period”. |
Filter
|
Returns “Two months away”. |
Filter
|
Returns “Two years away”. |
Filter
|
Returns “Last month”. |
Filter
|
Returns “Last year”. |
Filter
|
Returns “One year ago”. |
Filter
|
Returns “Is January”. |
Filter
|
Returns “Is February”. |
Filter
|
Returns “Is March”. |
Filter
|
Returns “Is April”. |
Filter
|
Returns “Is May”. |
Filter
|
Returns “Is June”. |
Filter
|
Returns “Is July”. |
Filter
|
Returns “Is August”. |
Filter
|
Returns “Is September”. |
Filter
|
Returns “Is October”. |
Filter
|
Returns “Is November”. |
Filter
|
Returns “Is December”. |
Filter
|
Returns “Is same day”. |
Filter
|
Returns “In range”. |
Filter
|
Returns “In date range”. |
Filter
|
Return “Not in range”. |
Filter
|
Returns “Not in date range”. |
None
|
Returns “(None)”. |
Progress
|
The Progress Return value: Please Wait |
Progress
|
The Progress Return value: Loading … |
Format
|
Returns “No Cell Icon”. |
Picture
|
Returns “Edit”. |
Image
|
Returns “Image Editor”. |
Data
|
Returns “Changed”. |
Data
|
Returns “Increased”. |
Data
|
Returns “Decreased”. |
Filter
|
Returns “Enter a value…”. |
Filter
|
Returns “Enter a parameter name…”. |
Filter
|
Returns “Field name”. |
Filter
|
Returns “Edit Expression…” |
Chart
|
Returns “Max should be greater than or equal to min”. |
All
|
Returns “All Rights Reserved.” |
Version
|
Returns “Version”. |
Manage
|
Returns “Apply to the record”. |
Manage
|
Returns “Row”. |
Manage
|
Returns “Row Apply To”. |
Manage
|
Returns “% of row values”. |
Manage
|
Returns “row values”. |
Manage
|
Returns “the average of row values”. |
Format
|
Returns “Apply formatting to an entire record”. |
Format
|
Returns “for this row with”. |
Manage
|
Returns “Font Size Delta:”. |
DXCollection
|
Returns “OK”. |
DXCollection
|
Returns “Cancel”. |
DXCollection
|
Returns “Add”. |
DXCollection
|
Returns “Remove”. |
DXCollection
|
Returns “Items({0})”. |
DXCollection
|
Returns “Preview”. |
DXCollection
|
Returns “Properties”. |
DXCollection
|
Returns “Add {0}”. |
Syntax
|
Returns “Find…”. |
Syntax
|
Returns “Replace…”. |
Syntax
|
Returns “Clear search”. |
Syntax
|
Returns “Show dropdown”. |
Syntax
|
Returns “Replace”. |
Syntax
|
Returns “Replace All”. |
Syntax
|
Returns “Find Next”. |
Syntax
|
Returns “Find Previous”. |
Syntax
|
Returns “Close”. |
Syntax
|
Returns “Toggle to switch between find and replace modes”. |
#Remarks
The XtraEditors library enables you to localize the dialogs, menus, control elements etc used for runtime editors customization. This allows you to provide complete native language interfaces to end-users of your applications. Members of this enumeration can be obtained via the Localizer.GetLocalizedString method.
Please refer to the Localization topic for detailed information on how editors can be localized.