StringId Enum
Contains values corresponding to strings that can be localized.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
Specifies the default hint for the DataNavigator‘s custom button. Return value: “” (empty string) |
CaptionError
|
The default caption for the error message box. Return value: Error |
InvalidValueText
|
Represents the default error description displayed in a message box/tooltip if the editor’s validation has failed. Return value: Invalid Value |
CheckChecked
|
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 |
CheckUnchecked
|
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 |
CheckIndeterminate
|
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 |
SearchControlNullValuePrompt
|
Specifies the text displayed by the SearchControl when it is not focused and has no search request. Return value: Enter text to search… |
SearchControlSearchByMemberAny
|
Returns “Any”. |
DateEditToday
|
The caption of the Today button used to assign the current day to the edit value of the DateEdit editor. Return value: Today |
DateEditClear
|
The caption of the Clear button used to set the DateEdit editor’s edit value to the RepositoryItemDateEdit.NullDate property value (null-date). Return value: Clear |
OK
|
The caption of the Ok button displayed within the dropdown window of a ImageEdit and MemoExEdit editors. Return value: Ok |
Cancel
|
The caption of the button to discard changes and close the dropdown window of a ImageEdit and MemoExEdit editors. Return value: Cancel |
NavigatorFirstButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to set the current record to the first record in the dataset. Return value: First |
NavigatorPreviousButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to the current record to the previous one in the data source. Return value: Previous |
NavigatorPreviousPageButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to change the current record position in the data source by the DataNavigatorButtons.PageRecordCount property value backwards. Return value: Previous Page |
NavigatorNextButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to set the current record to the next record in the data source. Return value: Last |
NavigatorNextPageButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to change the current record position in the data source by the DataNavigatorButtons.PageRecordCount property value upwards. Return value: Next Page |
NavigatorLastButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to set the current record to the last record in the data source. Return value: Last |
NavigatorAppendButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to insert a new blank record after the last one in the data source. Return value: Append |
NavigatorRemoveButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to delete the current record. Return value: Delete |
NavigatorEditButtonHint
|
Returns “Edit”. |
NavigatorEndEditButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to post edited record value to the associated data source. Return value: End Edit |
NavigatorCancelEditButtonHint
|
Specifies the default hint of the DataNavigator‘s button used to cancel edits to the current record. Return value: Cancel Edit |
NavigatorTextStringFormat
|
Specifies the format of the text string which can be displayed in the DataNavigator to display the current record and the total number of records in the associated data source. Return value: Record {0} of {1} |
PictureEditMenuCut
|
Applied to image editors (PictureEdit and ImageEdit are customized to display images). The string represents the caption of the menu item to copy and delete the contents of an editor. Return value: Cut |
PictureEditMenuCopy
|
Applied to image editors (PictureEdit and ImageEdit are customized to display images). The string represents the caption of the menu item to copy the contents of an editor. Return value: Copy |
PictureEditMenuPaste
|
Applied to image editors (PictureEdit and ImageEdit are customized to display images).The string represents the caption of the menu item to replace the contents of an editor with an image from the Clipboard. Return value: Paste |
PictureEditMenuDelete
|
Applied to image editors (PictureEdit and ImageEdit customized to display images).The string represents the caption of the menu item to delete the contents of an editor. Return value: Delete |
PictureEditMenuLoad
|
Applied to image editors (PictureEdit and ImageEdit are customized to display images).The string represents the caption of the menu item to load an image from an external file. Return value: Load |
PictureEditMenuSave
|
Applied to image editors (PictureEdit and ImageEdit are customized to display images). The string represents the caption of the menu item to save an editor’s image to an external file. Return value: Save |
PictureEditOpenFileFilter
|
Specifies the file masks (filters) for the Open dialog used to load an image from an external file to a PictureEdit or ImageEdit editor. Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg;*.jpeg)|*.jpg;*.jpeg|Icon Files (*.ico)|*.ico|Portable Network Graphics Format (*.png)|*.png|Scalable Vector Graphics Format (*.svg)|*.svg|All Picture Files |*.bmp;*.gif;*.jpg;*.jpeg;*.ico;*.png;*.tif;*.svg|All Files |*.* |
PictureEditSaveFileFilter
|
Specifies the file masks (filters) for the Save As dialog used to save the image displayed in a PictureEdit or ImageEdit editor to an external file. Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg)|*.jpg|Portable Network Graphics Format (*.png)|*.png|Scalable Vector Graphics Format (*.svg)|*.svg |
PictureEditOpenFileTitle
|
The title of the Open File dialog used to load the image into the PictureEdit or ImageEdit editor.. Return value: Open |
PictureEditSaveFileTitle
|
The title of the Save File dialog used to save the image displayed in the PictureEdit or ImageEdit editor to an external file. Return value: Save As |
PictureEditOpenFileError
|
Specifies the error message displayed when specifying an invalid image for a PictureEdit or ImageEdit editors. Return value: Wrong picture format |
PictureEditOpenFileErrorCaption
|
The caption of the error message displayed when specifying an invalid image for a PictureEdit or ImageEdit. This string is followed by detail information on the error. Return value: Open error |
PictureEditCopyImageError
|
An error displayed when an image cannot be copied to the Clipboard by the PictureEdit control. Return value: Could not copy image |
LookUpEditValueIsNull
|
Specifies the text string displayed in the edit box of the LookUpEdit when the edit value is null (Nothing in Visual Basic). |
LookUpInvalidEditValueType
|
Reserved for future use. |
LookUpColumnDefaultName
|
Represents the initial value of the LookUpColumnInfo.FieldName property when the LookUpColumnInfo object is created without parameters. Return value: Name |
MaskBoxValidateError
|
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\nYes - return to the editor and correct the value.\r\nNo - leave the value as is.\r\nCancel - reset to the previous value.\r\n |
UnknownPictureFormat
|
Return value: Unknown picture format |
DataEmpty
|
Specifies the text string displayed in the PictureEdit and ImageEdit editors when no image is loaded. Return value: Data empty |
NotValidArrayLength
|
Reserved for future use. Return value: Not valid array length. |
ImagePopupEmpty
|
Specifies the text string displayed within the ImageEdit editor’s edit region when no image is loaded if the RepositoryItemBlobBaseEdit.ShowIcon property is set to false (the identification icon is not displayed). Return value: (Empty) |
ImagePopupPicture
|
Specifies the text string displayed within the ImageEdit editor’s edit region when the image is loaded if the RepositoryItemBlobBaseEdit.ShowIcon property is set to false (the identification icon is not displayed). Return value: (Picture) |
ColorTabCustom
|
Specifies the caption of the ColorEdit editor’s tab page displaying predefined custom colors. Return value: Custom |
ColorTabWeb
|
Specifies the caption of the ColorEdit editor’s tab page displaying predefined web colors. Return value: Web |
ColorTabSystem
|
Specifies the caption of the ColorEdit editor’s tab page displaying predefined system colors. Return value: System |
CalcButtonMC
|
Represents the caption of the button used to clear any number stored in memory of the CalcEdit editor. Return value: MC |
CalcButtonMR
|
Represents the caption of the button used to recall the number stored in memory of the CalcEdit editor. Return value: MR |
CalcButtonMS
|
Represents the caption of the button used to store the display number in memory of the CalcEdit editor. Return value: MS |
CalcButtonMx
|
Represents the caption of the button used to add the displayed number to any number already in memory in the CalcEdit editor. Return value: M+ |
CalcButtonSqrt
|
Represents the caption of the button used to calculate the square root of the displayed number in the CalcEdit editor. Return value: sqrt |
CalcButtonBack
|
Represents the caption of the button used to delete the last digit of the displayed number in the CalcEdit editor. Return value: Back |
CalcButtonCE
|
Represents the caption of the button used to clear the displayed number in the CalcEdit editor. Return value: CE |
CalcButtonC
|
Represents the caption of the button used to clear the current calculation in the CalcEdit editor. Return value: C |
CalcError
|
The string displayed in the edit box of the CalcEdit editor if an expression cannot be evaluated (division by zero, for instance). Return value: Calculation Error |
TabHeaderButtonPrev
|
Specifies the default hint for the tab control’s Previous button which is used to scroll backwards through the tab pages. Return value: Previous |
TabHeaderButtonNext
|
Specifies the default hint for the tab control’s Next button which is used to scroll forwards through the tab pages. Return value: Next |
TabHeaderButtonUp
|
Returns “Scroll Up”. |
TabHeaderButtonDown
|
Returns “Scroll Down”. |
TabHeaderButtonClose
|
Specifies the default hint for the tab control’s Close button. Return value: Close |
TabHeaderButtonPin
|
Returns “Pin”. |
TabHeaderButtonUnpin
|
Returns “Unpin”. |
TabHeaderSelectorButton
|
Returns “Show Window List”. |
XtraMessageBoxOkButtonText
|
Represents the caption of the Ok button in the XtraMessageBox. Return value: Ok |
XtraMessageBoxCancelButtonText
|
Represents the caption of the Cancel button in the XtraMessageBox. Return value: Cancel |
XtraMessageBoxYesButtonText
|
Represents the caption of the Yes button in the XtraMessageBox. Return value: Yes |
XtraMessageBoxNoButtonText
|
Represents the caption of the No button in the XtraMessageBox. Return value: No |
XtraMessageBoxAbortButtonText
|
Represents the caption of the Abort button in the XtraMessageBox. Return value: Abort |
XtraMessageBoxRetryButtonText
|
Represents the caption of the Retry button in the XtraMessageBox. Return value: Retry |
XtraMessageBoxIgnoreButtonText
|
Represents the caption of the Ignore button in the XtraMessageBox. Return value: Ignore |
XtraMessageBoxDoNotShowThisMessageAgain
|
Returns “Do not show this message again”. |
TextEditMenuUndo
|
Represents the caption of the menu item used to undo the last edit operation in the text box. Return value: Undo |
TextEditMenuCut
|
Represents the caption of the menu item used to cut the selected contents of an editor. Return value: Cut |
TextEditMenuCopy
|
Represents the caption of the menu item used to copy the selected contents of an editor. Return value: Copy |
TextEditMenuPaste
|
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 |
TextEditMenuDelete
|
Represents the caption of the menu item used to delete the selected contents of an editor. Return value: Delete |
TextEditMenuSelectAll
|
Represents the caption of the menu item used to select the editor’s content. Return value: Select All |
FilterEditorTabText
|
Returns “Text” |
FilterEditorTabVisual
|
Returns “Visual” |
FilterShowAll
|
Return value: (Show All) |
FilterGroupAnd
|
Return value: And |
FilterGroupNotAnd
|
Return value: Not And |
FilterGroupNotOr
|
Return value: Not Or |
FilterGroupOr
|
Return value: Or |
FilterClauseAnyOf
|
Represents the caption of the AnyOf filter clause. Return value: Is any of |
FilterClauseBeginsWith
|
Represents the caption of the BeginsWith filter clause. Return value: Begins with |
FilterClauseBetween
|
Represents the caption of the Between filter clause. Return value: Is between |
FilterClauseBetweenAnd
|
Represents the caption of the BetweenAnd filter clause. Return value: and |
FilterClauseContains
|
Represents the caption of the Contains filter clause. Return value: Contains |
FilterClauseEndsWith
|
Represents the caption of the EndsWith filter clause. Return value: Ends with |
FilterClauseEquals
|
Represents the caption of the Equals filter clause. Return value: Equals |
FilterClauseGreater
|
Represents the caption of the Greater filter clause. Return value: Is greater than |
FilterClauseGreaterOrEqual
|
Represents the caption of the GreaterOrEqual filter clause. Return value: Is greater than or equal to |
FilterClauseInRange
|
Returns “Is in range”. |
FilterClauseNotInRange
|
Returns “Is not in range”. |
FilterClauseInRangeFrom
|
Returns “from”. |
FilterClauseInRangeTo
|
Returns “to”. |
FilterClauseIsNotNull
|
Represents the caption of the IsNotNull filter clause. Return value: Is not blank |
FilterClauseIsNull
|
Represents the caption of the IsNull filter clause. Return value: Is blank |
FilterClauseIsNotNullOrEmpty
|
Returns “Is not blank”. |
FilterClauseIsNullOrEmpty
|
Returns “Is blank”. |
FilterClauseLess
|
Represents the caption of the Less filter clause. Return value: Is less than |
FilterClauseLessOrEqual
|
Represents the caption of the LessOrEqual filter clause. Return value: Is less than or equal to |
FilterClauseLike
|
Represents the caption of the Like filter clause. Return value: Is like |
FilterClauseNoneOf
|
Represents the caption of the NoneOf filter clause. Return value: Is none of |
FilterClauseNotBetween
|
Represents the caption of the NotBetween filter clause. Return value: Is not between |
FilterClauseDoesNotContain
|
Represents the caption of the DoesNotContain filter clause. Return value: Does not contain |
FilterClauseDoesNotEqual
|
Represents the caption of the DoesNotEqual filter clause. Return value: Does not equal |
FilterClauseNotLike
|
Represents the caption of the NotLike filter clause. Return value: Is not like |
FilterEmptyEnter
|
Return value: enter a value |
FilterEmptyParameter
|
Return value: <enter a parameter> |
FilterMenuAddNewParameter
|
Return value: <Add a new parameter …> |
FilterEmptyValue
|
Return value: empty |
FilterMenuConditionAdd
|
Return value: Add Condition |
FilterMenuGroupAdd
|
Return value: Add Group |
FilterMenuExpressionAdd
|
Returns “Add Custom Expression”. |
FilterMenuClearAll
|
Return value: Clear All |
FilterMenuRowRemove
|
Return value: Remove Row |
FilterToolTipNodeAdd
|
Return value: Adds a new condition to this group. |
FilterToolTipNodeRemove
|
Return value: Removes this condition. |
FilterToolTipNodeAction
|
Return value: Actions. |
FilterToolTipValueType
|
Return value: Compare to a value / other field’s value. |
FilterToolTipElementAdd
|
Return value: Adds a new item to the list. |
FilterToolTipKeysAdd
|
Return value: (Use the Insert or Add button on the keyboard) |
FilterToolTipKeysRemove
|
Return value: (Use the Delete or Subtract button on the keyboard) |
ContainerAccessibleEditName
|
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 BaseEdit.AccessibleName property when this editor is activated for in-place editing within container controls (eg. XtraGrid, XtraTreeList, etc). |
FilterCriteriaToStringGroupOperatorAnd
|
Specifies the textual representation of the Boolean And operator used when constructing a display string of filter criteria. Return value: And |
FilterCriteriaToStringGroupOperatorOr
|
Specifies the textual representation of the Boolean Or operator used when constructing a display string of filter criteria. Return value: Or |
FilterCriteriaToStringUnaryOperatorBitwiseNot
|
Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. Return value: ~ |
FilterCriteriaToStringUnaryOperatorIsNull
|
Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. Return value: Is Null |
FilterCriteriaToStringUnaryOperatorMinus
|
Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. Return value: - |
FilterCriteriaToStringUnaryOperatorNot
|
Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. Return value: Not |
FilterCriteriaToStringUnaryOperatorPlus
|
Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. Return value: + |
FilterCriteriaToStringBinaryOperatorBitwiseAnd
|
Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. Return value: & |
FilterCriteriaToStringBinaryOperatorBitwiseOr
|
Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. Return value: | |
FilterCriteriaToStringBinaryOperatorBitwiseXor
|
Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. Return value: ^ |
FilterCriteriaToStringBinaryOperatorDivide
|
Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. Return value: / |
FilterCriteriaToStringBinaryOperatorEqual
|
Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. Return value: = |
FilterCriteriaToStringBinaryOperatorGreater
|
Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. Return value: > |
FilterCriteriaToStringBinaryOperatorGreaterOrEqual
|
Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. Return value: >= |
FilterCriteriaToStringBinaryOperatorLess
|
Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. Return value: < |
FilterCriteriaToStringBinaryOperatorLessOrEqual
|
Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. Return value: <= |
FilterCriteriaToStringBinaryOperatorLike
|
Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. Return value: Like |
FilterCriteriaToStringBinaryOperatorMinus
|
Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. Return value: - |
FilterCriteriaToStringBinaryOperatorModulo
|
Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. Return value: % |
FilterCriteriaToStringBinaryOperatorMultiply
|
Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. Return value: * |
FilterCriteriaToStringBinaryOperatorNotEqual
|
Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. Return value: <> |
FilterCriteriaToStringBinaryOperatorPlus
|
Specifies the textual representation of the binaryPlus operator used when constructing a display string of filter criteria. Return value: + |
FilterCriteriaToStringBetween
|
Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. Return value: Between |
FilterCriteriaToStringIn
|
Specifies the textual representation of the In function used when constructing a display string of filter criteria. Return value: In |
FilterCriteriaToStringIsNotNull
|
Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. Return value: Is Not Null |
FilterCriteriaToStringNotLike
|
Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. Return value: Not Like |
FilterCriteriaToStringFunctionIif
|
Specifies the textual representation of the Iif function used when constructing a display string of filter criteria. Return value: Iif |
FilterCriteriaToStringFunctionIsNull
|
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: IsNull |
FilterCriteriaToStringFunctionLen
|
Specifies the textual representation of the Len function used when constructing a display string of filter criteria. Return value: Len |
FilterCriteriaToStringFunctionLower
|
Specifies the textual representation of the Lower function used when constructing a display string of filter criteria. Return value: Lower |
FilterCriteriaToStringFunctionNone
|
Specifies the string which represents the FunctionOperatorType.None function type in filter display text. Return value: None |
FilterCriteriaToStringFunctionSubstring
|
Specifies the textual representation of the Substring function used when constructing a display string of filter criteria. Return value: Substring |
FilterCriteriaToStringFunctionTrim
|
Specifies the textual representation of the Trim function used when constructing a display string of filter criteria. Return value: Trim |
FilterCriteriaToStringFunctionUpper
|
Specifies the textual representation of the Upper function used when constructing a display string of filter criteria. Return value: Upper |
FilterCriteriaToStringFunctionIsThisYear
|
Return value: Is This Year |
FilterCriteriaToStringFunctionIsThisMonth
|
Return value: Is This Month |
FilterCriteriaToStringFunctionIsThisWeek
|
Return value: Is This Week |
FilterCriteriaToStringFunctionLocalDateTimeThisYear
|
Specifies the textual representation of the ThisYear function, used when constructing a display string of filter criteria. Return value: ThisYear |
FilterCriteriaToStringFunctionLocalDateTimeThisMonth
|
Specifies the textual representation of the ThisMonth function, used when constructing a display string of filter criteria. Return value: ThisMonth |
FilterCriteriaToStringFunctionLocalDateTimeLastWeek
|
Specifies the textual representation of the LastWeek function, used when constructing a display string of filter criteria. Return value: LastWeek |
FilterCriteriaToStringFunctionLocalDateTimeThisWeek
|
Specifies the textual representation of the ThisWeek function, used when constructing a display string of filter criteria. Return value: ThisWeek |
FilterCriteriaToStringFunctionLocalDateTimeYesterday
|
Specifies the textual representation of the Yesterday function, used when constructing a display string of filter criteria. Return value: Yesterday |
FilterCriteriaToStringFunctionLocalDateTimeToday
|
Specifies the textual representation of the Today function, used when constructing a display string of filter criteria. Return value: Today |
FilterCriteriaToStringFunctionLocalDateTimeNow
|
Specifies the textual representation of the Now function, used when constructing a display string of filter criteria. Return value: Now |
FilterCriteriaToStringFunctionLocalDateTimeTomorrow
|
Specifies the textual representation of the Tomorrow function, used when constructing a display string of filter criteria. Return value: Tomorrow |
FilterCriteriaToStringFunctionLocalDateTimeDayAfterTomorrow
|
Specifies the textual representation of the DayAfterTomorrow function, used when constructing a display string of filter criteria. Return value: DayAfterTomorrow |
FilterCriteriaToStringFunctionLocalDateTimeNextWeek
|
Specifies the textual representation of the NextWeek function, used when constructing a display string of filter criteria. Return value: NextWeek |
FilterCriteriaToStringFunctionLocalDateTimeTwoWeeksAway
|
Specifies the textual representation of the TwoWeeksAway function, used when constructing a display string of filter criteria. Return value: TwoWeeksAway |
FilterCriteriaToStringFunctionLocalDateTimeNextMonth
|
Specifies the textual representation of the NextMonth function, used when constructing a display string of filter criteria. Return value: NextMonth |
FilterCriteriaToStringFunctionLocalDateTimeNextYear
|
Specifies the textual representation of the NextYear function, used when constructing a display string of filter criteria. Return value: NextYear |
FilterCriteriaToStringFunctionIsOutlookIntervalBeyondThisYear
|
Specifies the textual representation of the IsBeyondThisYear function, which takes one argument, used when constructing a display string of filter criteria. Return value: BeyondThisYear |
FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisYear
|
Specifies the textual representation of the IsLaterThisYear function, which takes one argument, used when constructing a display string of filter criteria. Return value: LaterThisYear |
FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisMonth
|
Specifies the textual representation of the IsLaterThisMonth function, which takes one argument, used when constructing a display string of filter criteria. Return value: LaterThisMonth |
FilterCriteriaToStringFunctionIsOutlookIntervalNextWeek
|
Specifies the textual representation of the IsNextWeek function, which takes one argument, used when constructing a display string of filter criteria. Return value: NextWeek |
FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisWeek
|
Specifies the textual representation of the IsLaterThisWeek function, which takes one argument, used when constructing a display string of filter criteria. Return value: LaterThisWeek |
FilterCriteriaToStringFunctionIsOutlookIntervalTomorrow
|
Specifies the textual representation of the IsTomorrow function, which takes one argument, used when constructing a display string of filter criteria. Return value: Tomorrow |
FilterCriteriaToStringFunctionIsOutlookIntervalToday
|
Specifies the textual representation of the IsToday function, which takes one argument, used when constructing a display string of filter criteria. Return value: Today |
FilterCriteriaToStringFunctionIsOutlookIntervalYesterday
|
Specifies the textual representation of the IsYesterday function, which takes one argument, used when constructing a display string of filter criteria. Return value: Yesterday |
FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisWeek
|
Specifies the textual representation of the IsEarlierThisWeek function, which takes one argument, used when constructing a display string of filter criteria. Return value: EarlierThisWeek |
FilterCriteriaToStringFunctionIsOutlookIntervalLastWeek
|
Specifies the textual representation of the IsLastWeek function, which takes one argument, used when constructing a display string of filter criteria. Return value: LastWeek |
FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisMonth
|
Specifies the textual representation of the IsEarlierThisMonth function, which takes one argument, used when constructing a display string of filter criteria. Return value: EarlierThisMonth |
FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisYear
|
Specifies the textual representation of the IsEarlierThisYear function, which takes one argument, used when constructing a display string of filter criteria. Return value: EarlierThisYear |
FilterCriteriaToStringFunctionIsOutlookIntervalPriorThisYear
|
Specifies the textual representation of the IsPriorThisYear function, which takes one argument, used when constructing a display string of filter criteria. Return value: PriorThisYear |
FilterClauseInDateRange
|
Returns “Is in date range”. |
FilterClauseNotInDateRange
|
Returns “Is not in date range”. |
FilterCriteriaToStringFunctionDateTimeFromParts
|
Returns “Create date”. |
FilterCriteriaToStringFunctionDateOnlyFromParts
|
Returns “Create date” |
FilterCriteriaToStringFunctionTimeOnlyFromParts
|
Returns “Create time” |
FilterCriteriaToStringFunctionTruncateToMinute
|
Returns “Get time (hour and minute)” |
FilterCriteriaToStringFunctionCustom
|
Specifies a string which represents the FunctionOperatorType.Custom function type in filter display text. Return value: Custom |
FilterCriteriaToStringFunctionCustomNonDeterministic
|
Returns “Custom non deterministic” |
FilterCriteriaToStringFunctionIsNullOrEmpty
|
Returns “Is null or empty” |
FilterCriteriaToStringFunctionConcat
|
Returns “Concat” |
FilterCriteriaToStringFunctionAscii
|
Returns “Ascii” |
FilterCriteriaToStringFunctionChar
|
Returns “Char” |
FilterCriteriaToStringFunctionToInt
|
Returns “To int”. |
FilterCriteriaToStringFunctionToLong
|
Returns “To long”. |
FilterCriteriaToStringFunctionToFloat
|
Returns “To float”. |
FilterCriteriaToStringFunctionToDouble
|
Returns “To double”. |
FilterCriteriaToStringFunctionToDecimal
|
Returns “To decimal”. |
FilterCriteriaToStringFunctionToStr
|
Returns “To str” |
FilterCriteriaToStringFunctionReplace
|
Returns “Replace” |
FilterCriteriaToStringFunctionReverse
|
Returns “Reverse” |
FilterCriteriaToStringFunctionInsert
|
Returns “Insert” |
FilterCriteriaToStringFunctionCharIndex
|
Returns “Char index” |
FilterCriteriaToStringFunctionRemove
|
Returns “Remove” |
FilterCriteriaToStringFunctionAbs
|
Returns “Abs” |
FilterCriteriaToStringFunctionSqr
|
Returns “Sqr” |
FilterCriteriaToStringFunctionCos
|
Returns “Cos” |
FilterCriteriaToStringFunctionSin
|
Returns “Sin” |
FilterCriteriaToStringFunctionAtn
|
Returns “Atn” |
FilterCriteriaToStringFunctionExp
|
Returns “Exp” |
FilterCriteriaToStringFunctionLog
|
Returns “Log” |
FilterCriteriaToStringFunctionRnd
|
Returns “Rnd” |
FilterCriteriaToStringFunctionTan
|
Returns “Tan” |
FilterCriteriaToStringFunctionPower
|
Returns “Power” |
FilterCriteriaToStringFunctionSign
|
Returns “Sign” |
FilterCriteriaToStringFunctionRound
|
Returns “Round” |
FilterCriteriaToStringFunctionCeiling
|
Returns “Ceiling” |
FilterCriteriaToStringFunctionFloor
|
Returns “Floor” |
FilterCriteriaToStringFunctionMax
|
Returns “Max” |
FilterCriteriaToStringFunctionMin
|
Returns “Min” |
FilterCriteriaToStringFunctionAcos
|
Returns “Acos” |
FilterCriteriaToStringFunctionAsin
|
Returns “Asin” |
FilterCriteriaToStringFunctionAtn2
|
Returns “Atn2” |
FilterCriteriaToStringFunctionBigMul
|
Returns “Big Mul” |
FilterCriteriaToStringFunctionCosh
|
Returns “Cosh” |
FilterCriteriaToStringFunctionLog10
|
Returns “Log10” |
FilterCriteriaToStringFunctionSinh
|
Returns “Sinh” |
FilterCriteriaToStringFunctionTanh
|
Returns “Tanh” |
FilterCriteriaToStringFunctionPadLeft
|
Returns “Pad left” |
FilterCriteriaToStringFunctionPadRight
|
Returns “Pad right” |
FilterCriteriaToStringFunctionDateDiffTick
|
Returns “Date diff tick” |
FilterCriteriaToStringFunctionDateDiffSecond
|
Returns “Date diff second” |
FilterCriteriaToStringFunctionDateDiffMilliSecond
|
Returns “Date diff millisecond” |
FilterCriteriaToStringFunctionDateDiffMinute
|
Returns “Date diff minute” |
FilterCriteriaToStringFunctionDateDiffHour
|
Returns “Date diff hour” |
FilterCriteriaToStringFunctionDateDiffDay
|
Returns “Date diff day” |
FilterCriteriaToStringFunctionDateDiffMonth
|
Returns “Date diff month” |
FilterCriteriaToStringFunctionDateDiffYear
|
Returns “Date diff year” |
FilterCriteriaToStringFunctionGetDate
|
Returns “Get date” |
FilterCriteriaToStringFunctionGetMilliSecond
|
Returns “Get millisecond” |
FilterCriteriaToStringFunctionGetSecond
|
Returns “Get second” |
FilterCriteriaToStringFunctionGetMinute
|
Returns “Get minute” |
FilterCriteriaToStringFunctionGetHour
|
Returns “Get hour” |
FilterCriteriaToStringFunctionGetDay
|
Returns “Get day” |
FilterCriteriaToStringFunctionGetMonth
|
Returns “Get month” |
FilterCriteriaToStringFunctionGetYear
|
Returns “Get year” |
FilterCriteriaToStringFunctionGetDayOfWeek
|
Returns “Get day of week” |
FilterCriteriaToStringFunctionGetDayOfYear
|
Returns “Get day of year” |
FilterCriteriaToStringFunctionGetTimeOfDay
|
Returns “Get time of day” |
FilterCriteriaToStringFunctionNow
|
Returns “Now” |
FilterCriteriaToStringFunctionUtcNow
|
Returns “Utc now” |
FilterCriteriaToStringFunctionToday
|
Returns “Today” |
FilterCriteriaToStringFunctionAddTimeSpan
|
Returns “Add time span” |
FilterCriteriaToStringFunctionAddTicks
|
Returns “Add ticks” |
FilterCriteriaToStringFunctionAddMilliSeconds
|
Returns “Add milliseconds” |
FilterCriteriaToStringFunctionAddSeconds
|
Returns “Add seconds” |
FilterCriteriaToStringFunctionAddMinutes
|
Returns “Add minutes” |
FilterCriteriaToStringFunctionAddHours
|
Returns “Add hours” |
FilterCriteriaToStringFunctionAddDays
|
Returns “Add days” |
FilterCriteriaToStringFunctionAddMonths
|
Returns “Add months” |
FilterCriteriaToStringFunctionAddYears
|
Returns “Add years” |
FilterCriteriaToStringFunctionStartsWith
|
Returns “Starts with”. |
FilterCriteriaToStringFunctionEndsWith
|
Returns “Ends with”. |
FilterCriteriaToStringFunctionContains
|
Returns “Contains”. |
FilterCriteriaInvalidExpression
|
Specifies an error message that may occur when parsing an expression Return value: The specified expression contains invalid symbols (line {0}, character {1}). |
FilterCriteriaInvalidExpressionEx
|
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 PivotGrid control. Return value: Apply |
PreviewPanelText
|
The caption of print preview windows. Return value: Preview: |
TransparentBackColorNotSupported
|
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 |
FilterOutlookDateText
|
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” |
FilterDateTimeConstantMenuCaption
|
Specifies the caption of a submenu that contains date-time constants used to filter data Return value: DateTime constants |
FilterDateTimeOperatorMenuCaption
|
Specifies the caption of a submenu that contains date-time operators used to filter data Return value: DateTime operators |
FilterAdvancedDateTimeOperatorMenuCaption
|
Returns “Advanced date and time operators”. |
FilterCustomFunctionsMenuCaption
|
Returns “Custom functions”. |
FilterDateTextAlt
|
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}” |
FilterFunctionsMenuCaption
|
Returns “Functions” |
DefaultBooleanTrue
|
Returns “True” |
DefaultBooleanFalse
|
Returns “False” |
DefaultBooleanDefault
|
Returns “Default” |
ProgressExport
|
Returns “Exporting”. |
ProgressPrinting
|
Returns “Printing”. |
ProgressCreateDocument
|
Returns “Creating document”. |
ProgressCancel
|
Returns “Cancel”. |
ProgressCancelPending
|
Returns “Cancel pending”. |
ProgressLoadingData
|
Returns “Loading data”. |
ProgressPastingData
|
Returns “Pasting”. |
ProgressCopyingData
|
Returns “Copying”. |
FilterAggregateAvg
|
Returns “Avg”. |
FilterAggregateCount
|
Returns “Count”. |
FilterAggregateExists
|
Returns “Exists”. |
FilterAggregateMax
|
Returns “Max”. |
FilterAggregateMin
|
Returns “Min”. |
FilterAggregateSum
|
Returns “Sum”. |
FieldListName
|
Returns “Field List ({0})”. |
RestoreLayoutDialogFileFilter
|
Returns “XML files (.xml)|.xml|All files|.“. |
SaveLayoutDialogFileFilter
|
Returns “XML files (.xml)|.xml”. |
RestoreLayoutDialogTitle
|
Returns “Restore Layout”. |
SaveLayoutDialogTitle
|
Returns “Save Layout”. |
PictureEditMenuZoom
|
Returns “Zoom”. |
PictureEditMenuFullSize
|
Returns “Full Size”. |
PictureEditMenuFitImage
|
Returns “Fit Image”. |
PictureEditMenuZoomIn
|
Returns “Zoom In”. |
PictureEditMenuZoomOut
|
Returns “Zoom Out”. |
PictureEditMenuZoomTo
|
Returns “Zoom to:”. |
PictureEditMenuZoomToolTip
|
Returns “{0}%”. |
FilterPopupToolbarShowOnlyAvailableItems
|
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 |
FilterPopupToolbarShowNewValues
|
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 |
FilterPopupToolbarIncrementalSearch
|
The text displayed within a tooltip invoked when hovering over the Incremental Search filter popup toolbar button. Return value: Incremental Search |
FilterPopupToolbarMultiSelection
|
The text displayed within a tooltip invoked when hovering over the Multi-Selection filter popup toolbar button. Return value: Multi-Selection |
FilterPopupToolbarRadioMode
|
The text displayed within a tooltip invoked when hovering over the Radio Mode filter popup toolbar button. Return value: Radio Mode |
FilterPopupToolbarInvertFilter
|
The text displayed within a tooltip invoked when hovering over the Invert Filter filter popup toolbar button. Return value: Invert Filter |
ColorPickPopupAutomaticItemCaption
|
The caption of the Automatic button in the ColorPickEdit control. Return value: Automatic |
ColorPickPopupThemeColorsGroupCaption
|
Returns “Theme Colors”. |
ColorPickPopupStandardColorsGroupCaption
|
Returns “Standard Colors”. |
ColorPickPopupRecentColorsGroupCaption
|
Returns “Recent Colors”. |
ColorPickPopupMoreColorsItemCaption
|
Returns “More Colors…” |
ColorPickHueAxisName
|
Returns “Hue”. |
ColorPickSaturationAxisName
|
Returns “Saturation”. |
ColorPickLuminanceAxisName
|
Returns “Luminance”. |
ColorPickBrightnessAxisName
|
Returns “Brightness”. |
ColorPickOpacityAxisName
|
Returns “Opacity”. |
ColorPickRedValidationMsg
|
Returns “Red component should be in range 0..255”. |
ColorPickGreenValidationMsg
|
Returns “Green component should be in range 0..255”. |
ColorPickBlueValidationMsg
|
Returns “Blue component should be in range 0..255”. |
ColorPickOpacityValidationMsg
|
Returns “Opacity component should be in range 0..255”. |
ColorPickColorHexValidationMsg
|
Returns “Invalid hexadecimal value”. |
ColorPickHueValidationMsg
|
Returns “Hue component should be in range 0..359”. |
ColorPickSaturationValidationMsg
|
Returns “Saturation component should be in range 0..100”. |
ColorPickBrightValidationMsg
|
Returns “Brightness component should be in range 0..100”. |
ColorTabWebSafeColors
|
Returns “Web-Safe”. |
Days
|
Identifies the days item in TimeSpanEdit controls in a Touch UI. Return value: days |
Hours
|
Identifies the hours item in DateEdit and TimeEdit controls in a Touch UI. Return value: hours |
Mins
|
Identifies the minutes item in DateEdit and TimeEdit controls in a Touch UI . Return value: mins |
Secs
|
Identifies the seconds item in DateEdit and TimeEdit controls in a Touch UI. Return value: secs |
Millisecs
|
Returns “millisecs”. |
TimeSpanDays
|
Returns “day”. |
TimeSpanDaysPlural
|
Returns “days”. |
TimeSpanDaysShort
|
Returns “d”. |
TimeSpanHours
|
Returns “hour”. |
TimeSpanHoursPlural
|
Returns “hours”. |
TimeSpanHoursShort
|
Returns “h”. |
TimeSpanMinutes
|
Returns “minute”. |
TimeSpanMinutesPlural
|
Returns “minutes”. |
TimeSpanMinutesShort
|
Returns “m”. |
TimeSpanSeconds
|
Returns “second”. |
TimeSpanSecondsPlural
|
Returns “seconds”. |
TimeSpanSecondsShort
|
Returns “s”. |
TimeSpanFractionalSeconds
|
Returns “fractional”. |
TimeSpanFractionalSecondsPlural
|
Returns “fractional”. |
TimeSpanFractionalSecondsShort
|
Returns “f”. |
TimeSpanMilliseconds
|
Returns “millisecond”. |
TimeSpanMillisecondsPlural
|
Returns “milliseconds”. |
TimeSpanMillisecondsShort
|
Returns “ms”. |
PreviewPaused
|
Obsolete. Return value: Paused |
PreviewError
|
Obsolete. Return value: Error |
PreviewPendingDeletion
|
Obsolete. Return value: Pending Deletion |
PreviewPaperJam
|
Obsolete. Return value: PaperJam |
PreviewPaperOut
|
Obsolete. Return value: PaperOut |
PreviewManualFeed
|
Obsolete. Return value: ManualFeed |
PreviewPaperProblem
|
Obsolete. Return value: PaperProblem |
PreviewOffline
|
Obsolete. Return value: Offline |
PreviewIOActive
|
Obsolete. Return value: IO Active |
PreviewBusy
|
Obsolete. Return value: Busy |
PreviewPrinting
|
Obsolete. Return value: Printing |
PreviewOutputBinFull
|
Obsolete. Return value: Output Bin Full |
PreviewNotAvaible
|
Obsolete. Return value: Not Available |
PreviewWaiting
|
Obsolete. This field is obsolete (use DevExpress.XtraPrinting.Localization). |
PreviewProcessing
|
Obsolete. Return value: Processing |
PreviewInitializing
|
Obsolete. Return value: Initializing |
PreviewWarmingUp
|
Obsolete. Return value: Warming Up |
PreviewTonerLow
|
Obsolete. Return value: Toner Low |
PreviewNoToner
|
Obsolete. Return value: No Toner |
PreviewPagePunt
|
Obsolete. Return value: Page Punt |
PreviewUserIntervention
|
Obsolete. Return value: User Intervention |
PreviewOutOfMemory
|
Obsolete. Return value: Out Of Memory |
PreviewDoorOpen
|
Obsolete. Return value: Door Open |
PreviewServerUnknown
|
Obsolete. Return value: Server Unknown |
PreviewPowerSave
|
Obsolete. Return value: Power Save |
PreviewReady
|
Obsolete. Return value: Ready |
PreviewServerOffline
|
Obsolete. Return value: Server Offline |
PreviewDriverUpdateNeeded
|
Obsolete. Return value: Driver Update Needed |
IncorrectNumberCopies
|
Return value: The number must be between 1 and 32767. |
ChartRangeControlClientInvalidGrid
|
Returns “The interval between grid lines is too small to be represented in the range control.” |
ChartRangeControlClientNoData
|
Returns “The interval between grid lines is too small to be represented in the range control.” |
DataBarBlue
|
Returns “Blue Data Bar”. |
DataBarLightBlue
|
Returns “Light Blue Data Bar”. |
DataBarGreen
|
Returns “Green Data Bar”. |
DataBarYellow
|
Returns “Yellow Data Bar”. |
DataBarOrange
|
Returns “Orange Data Bar”. |
DataBarMint
|
Returns “Mint Data Bar”. |
DataBarViolet
|
Returns “Violet Data Bar”. |
DataBarRaspberry
|
Returns “Raspberry Data Bar”. |
DataBarCoral
|
Returns “Coral Data Bar”. |
DataBarBlueGradient
|
Returns “Blue Data Bar Gradient”. |
DataBarLightBlueGradient
|
Returns “Light Blue Data Bar Gradient”. |
DataBarGreenGradient
|
Returns “Green Data Bar Gradient”. |
DataBarYellowGradient
|
Returns “Yellow Data Bar Gradient”. |
DataBarOrangeGradient
|
Returns “Orange Data Bar Gradient”. |
DataBarMintGradient
|
Returns “Mint Data Bar Gradient”. |
DataBarVioletGradient
|
Returns “Violet Data Bar Gradient”. |
DataBarRaspberryGradient
|
Returns “Raspberry Data Bar Gradient”. |
DataBarCoralGradient
|
Returns “Coral Data Bar Gradient”. |
FormatRuleMenuItemDataUpdateRules
|
Returns “Data Update Rules”. |
FormatRuleMenuItemClearColumnRules
|
Returns “Clear Rules from This Column”. |
FormatRuleMenuItemClearAllRules
|
Returns “Clear Rules from All Columns”. |
FormatRuleMenuItemHighlightCellRules
|
Returns “Highlight Cell Rules”. |
FormatRuleMenuItemTopBottomRules
|
Returns “Top/Bottom Rules”. |
FormatRuleMenuItemDataBars
|
Returns “Data Bars”. |
FormatRuleMenuItemColorScales
|
Returns “Color Scales”. |
FormatRuleMenuItemIconSets
|
Returns “Icon Sets”. |
FormatRuleMenuItemClearRules
|
Returns “Clear Rules”. |
FormatRuleMenuItemManageRules
|
Returns “Manage Rules…” |
FormatRuleMenuItemUniqueDuplicateRules
|
Returns “Unique/Duplicate Rules”. |
FormatRuleMenuItemGradientFill
|
Returns “Gradient Fill”. |
FormatRuleMenuItemSolidFill
|
Returns “Solid Fill”. |
FormatRuleMenuItemDataBarDescription
|
Returns “Add a colored data bar to represent\r\nthe value in a cell. The higher the\r\nvalue, the longer the bar.” |
IconSetCategoryRatings
|
Returns “Ratings”. |
IconSetCategoryIndicators
|
Returns “Indicators”. |
IconSetCategorySymbols
|
Returns “Symbols”. |
IconSetCategoryShapes
|
Returns “Shapes”. |
IconSetCategoryDirectional
|
Returns “Directional”. |
IconSetCategoryPositiveNegative
|
Returns “Positive/Negative”. |
FormatRuleMenuItemIconSetDescription
|
Returns “Use this icon set to classify column\r\nvalues into the following ranges:”. |
ColorScaleGreenYellowRed
|
Returns “Green - Yellow - Red”. |
ColorScalePurpleWhiteAzure
|
Returns “Purple - White - Azure”. |
ColorScaleYellowOrangeCoral
|
Returns “Yellow - Orange - Coral”. |
ColorScaleGreenWhiteRed
|
Returns “Green - White - Red”. |
ColorScaleEmeraldAzureBlue
|
Returns “Emerald - Azure - Blue”. |
ColorScaleWhiteRed
|
Returns “White - Red”. |
ColorScaleWhiteGreen
|
Returns “White - Green”. |
ColorScaleWhiteAzure
|
Returns “White - Azure”. |
ColorScaleYellowGreen
|
Returns “Yellow - Green”. |
ColorScaleBlueWhiteRed
|
Returns “Blue - White - Red”. |
FormatRuleMenuItemColorScaleDescription
|
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.” |
FormatRuleMenuItemUnique
|
Returns “Unique Values”. |
FormatRuleUniqueText
|
Returns “Format cells that are UNIQUE VALUES”. |
FormatRuleMenuItemDuplicate
|
Returns “Duplicate Values”. |
FormatRuleDuplicateText
|
Returns “Format cells that are DUPLICATE VALUES”. |
FormatRuleApplyFormatProperty
|
Returns “Apply formatting to an entire row”. |
FormatRuleWith
|
Returns “with”. |
FormatRuleForThisColumnWith
|
Returns “for this column with”. |
IconSetTitleStars3
|
Returns “3 Stars”. |
IconSetTitleRatings4
|
Returns “4 Ratings”. |
IconSetTitleRatings5
|
Returns “5 Ratings”. |
IconSetTitleQuarters5
|
Returns “5 Quarters”. |
IconSetTitleBoxes5
|
Returns “5 Boxes”. |
IconSetTitleArrows3Colored
|
Returns “3 Arrows (Colored)”. |
IconSetTitleArrows3Gray
|
Returns “3 Arrows (Gray)”. |
IconSetTitleTriangles3
|
Returns “3 Triangles”. |
IconSetTitleArrows4Colored
|
Returns “4 Arrows (Colored)”. |
IconSetTitleArrows4Gray
|
Returns “4 Arrows (Gray)”. |
IconSetTitleArrows5Colored
|
Returns “5 Arrows (Colored)”. |
IconSetTitleArrows5Gray
|
Returns “5 Arrows (Gray)”. |
IconSetTitleTrafficLights3Unrimmed
|
Returns “3 Traffic Lights (Unrimmed)”. |
IconSetTitleTrafficLights3Rimmed
|
Returns “3 Traffic Lights (Rimmed)”. |
IconSetTitleSigns3
|
Returns “3 Signs”. |
IconSetTitleTrafficLights4
|
Returns “4 Traffic Lights”. |
IconSetTitleRedToBlack
|
Returns “Red To Black”. |
IconSetTitleSymbols3Circled
|
Returns “3 Symbols (Circled)”. |
IconSetTitleSymbols3Uncircled
|
Returns “3 Symbols (Uncircled)”. |
IconSetTitleFlags3
|
Returns “3 Flags”. |
IconSetTitlePositiveNegativeArrows
|
Returns “Arrows (Colored)”. |
IconSetTitlePositiveNegativeArrowsGray
|
Returns “Arrows (Gray)”. |
IconSetTitlePositiveNegativeTriangles
|
Returns “Triangles”. |
FormatRuleMenuItemTop10Items
|
Returns “Top 10 Items”. |
FormatRuleMenuItemTop10Percent
|
Returns “Top 10 %”. |
FormatRuleMenuItemBottom10Items
|
Returns “Bottom 10 Items”. |
FormatRuleMenuItemBottom10Percent
|
Returns “Bottom 10 %”. |
FormatRuleMenuItemAboveAverage
|
Returns “Above Average”. |
FormatRuleMenuItemBelowAverage
|
Returns “Below Average”. |
FormatRuleTopText
|
Returns “Format cells that rank in the TOP”. |
FormatRuleBottomText
|
Returns “Format cells that rank in the BOTTOM”. |
FormatRuleAboveAverageText
|
Returns “Format cells that are ABOVE AVERAGE”. |
FormatRuleBelowAverageText
|
Returns “Format cells that are BELOW AVERAGE”. |
FormatRuleMenuItemGreaterThan
|
Returns “Greater Than”. |
FormatRuleMenuItemLessThan
|
Returns “Less Than”. |
FormatRuleMenuItemBetween
|
Returns “Between”. |
FormatRuleMenuItemEqualTo
|
Returns “Equal To”. |
FormatRuleMenuItemTextThatContains
|
Returns “Text that Contains”. |
FormatRuleMenuItemCustomCondition
|
Returns “Custom Condition”. |
FormatRuleGreaterThanText
|
Returns “Format cells that are GREATER THAN”. |
FormatRuleLessThanText
|
Returns “Format cells that are LESS THAN”. |
FormatRuleBetweenText
|
Returns “Format cells that are BETWEEN”. |
FormatRuleEqualToText
|
Returns “Format cells that are EQUAL TO”. |
FormatRuleTextThatContainsText
|
Returns “Format cells that contain the text”. |
FormatRuleCustomConditionText
|
Returns “Format cells that match the following condition”. |
FormatRuleDataUpdateText
|
Returns “Format cell whose values”. |
FormatRuleExpressionEmptyEnter
|
Returns “<enter an expression>”. |
FormatRuleMenuItemDateOccurring
|
Returns “A Date Occurring”. |
FormatRuleDateOccurring
|
Returns “Format cells that contain a date matching these conditions”. |
FormatPredefinedAppearanceRedFillRedText
|
Returns “Red Fill with Red Text”. |
FormatPredefinedAppearanceYellowFillYellowText
|
Returns “Yellow Fill with Yellow Text”. |
FormatPredefinedAppearanceGreenFillGreenText
|
Returns “Green Fill with Green Text”. |
FormatPredefinedAppearanceRedFill
|
Returns “Red Fill”. |
FormatPredefinedAppearanceRedText
|
Returns “Red Text”. |
FormatPredefinedAppearanceGreenFill
|
Returns “Green Fill”. |
FormatPredefinedAppearanceGreenText
|
Returns “Green Text”. |
FormatPredefinedAppearanceBoldText
|
Returns “Bold Text”. |
FormatPredefinedAppearanceItalicText
|
Returns “Italic Text”. |
FormatPredefinedAppearanceStrikeoutText
|
Returns “Strikeout Text”. |
FormatPredefinedAppearanceRedBoldText
|
Returns “Red Bold Text”. |
FormatPredefinedAppearanceGreenBoldText
|
Returns “Green Bold Text”. |
SearchForColumn
|
Returns “Search for a column…” |
SearchForField
|
Returns “Search for a field…” |
ManageRuleCaption
|
Returns “Conditional Formatting Rules Manager”. |
ManageRuleShowFormattingRules
|
Returns “Show formatting rules for:”. |
ManageRuleUp
|
Returns “Up”. |
ManageRuleDown
|
Returns “Down”. |
ManageRuleNewRule
|
Returns “New Rule…” |
ManageRuleEditRule
|
Returns “Edit Rule…” |
ManageRuleDeleteRule
|
Returns “Delete Rule”. |
ManageRuleDuplicateRule
|
Returns “Duplicate Rule” |
ManageRuleGridCaptionEnabled
|
Returns “Enabled” |
ManageRuleGridCaptionRule
|
Returns “Rule”. |
ManageRuleGridCaptionFormat
|
Returns “Format”. |
ManageRuleGridCaptionApplyToTheRow
|
Returns “Apply to the row”. |
ManageRuleGridCaptionColumn
|
Returns “Column”. |
ManageRuleGridCaptionStopIfTrue
|
Returns “Stop If True”. |
ManageRuleGridCaptionColumnApplyTo
|
Returns “Column Apply To”. |
ManageRuleGridCaptionDescription
|
Returns “Description” |
ManageRuleGridPreviewCellAccessibleName
|
Returns “Rule Preview” |
ManageRuleGridAccessibleName
|
Returns “Rule List” |
ManageRuleAllColumns
|
Returns “(All)”. |
NewFormattingRule
|
Returns “New Formatting Rule”. |
EditFormattingRule
|
Returns “Edit Formatting Rule”. |
NewEditFormattingRuleSelectARuleType
|
Returns “Select a Rule Type:” |
NewEditFormattingRuleEditTheRuleDescription
|
Returns “Edit the Rule Description:” |
NewEditFormattingRuleFormatAllCellsBasedOnTheirValues
|
Returns “Format all cells based on their values”. |
NewEditFormattingRuleFormatOnlyCellsThatContain
|
Returns “Format only cells that contain”. |
NewEditFormattingRuleFormatOnlyTopOrBottomRankedValues
|
Returns “Format only top or bottom ranked values”. |
NewEditFormattingRuleFormatOnlyValuesThatAreAboveOrBelowAverage
|
Returns “Format only values that are above or below average”. |
NewEditFormattingRuleFormatOnlyUniqueOrDuplicateValues
|
Returns “Format only unique or duplicate values”. |
NewEditFormattingRuleFormatOnlyChangingValues
|
Returns “Format only changing values”. |
NewEditFormattingRuleUseAFormulaToDetermineWhichCellsToFormat
|
Returns “Use a formula to determine which cells to format”. |
ManageRuleComplexRuleBaseFormatStyle
|
Returns “Format Style:” |
ManageRuleColorScale2
|
Returns “2-Color Scale”. |
ManageRuleColorScale3
|
Returns “3-Color Scale”. |
ManageRuleDataBar
|
Returns “Data Bar”. |
ManageRuleIconSets
|
Returns “Icon Set”. |
ManageRuleCommonMinimum
|
Returns “Minimum”. |
ManageRuleCommonMaximum
|
Returns “Maximum”. |
ManageRuleCommonType
|
Returns “Type:” |
ManageRuleCommonAutomatic
|
Returns “Automatic”. |
ManageRuleCommonPercent
|
Returns “Percent”. |
ManageRuleCommonNumber
|
Returns “Number”. |
ManageRuleCommonValue
|
Returns “Value:” |
ManageRuleCommonColor
|
Returns “Color:” |
ManageRuleCommonPreview
|
Returns “Preview:” |
ManageRuleNoFormatSet
|
Returns “No Format Set”. |
ManageRuleColorScaleMidpoint
|
Returns “Midpoint”. |
ManageRuleDataBarBarAppearance
|
Returns “Bar Appearance:” |
ManageRuleDataBarFill
|
Returns “Fill:” |
ManageRuleDataBarBorder
|
Returns “Border:” |
ManageRuleDataBarDrawAxis
|
Returns “Draw Axis”. |
ManageRuleDataBarUseNegativeBar
|
Returns “Use Negative Bar”. |
ManageRuleDataBarAxisColor
|
Returns “Axis Color:” |
ManageRuleDataBarBarDirection
|
Returns “Bar Direction:” |
ManageRuleDataBarSolidFill
|
Returns “Solid Fill”. |
ManageRuleDataBarGradientFill
|
Returns “Gradient Fill”. |
ManageRuleDataBarNoBorder
|
Returns “No Border”. |
ManageRuleDataBarSolidBorder
|
Returns “Solid Border”. |
ManageRuleDataBarContext
|
Returns “Context”. |
ManageRuleDataBarLTR
|
Returns “Left-to-Right”. |
ManageRuleDataBarRTL
|
Returns “Right-to-Left”. |
ManageRuleIconSetsDisplayEachIconAccordingToTheseRules
|
Returns “Display each icon according to these rules:” |
ManageRuleIconSetsReverseIconOrder
|
Returns “Reverse Icon Order”. |
ManageRuleIconSetsWhen
|
Returns “When”. |
ManageRuleIconSetsValueIs
|
Returns “value is”. |
ManageRuleSimpleRuleBaseFormat
|
Returns “Format…” |
ManageRuleAverageFormatValuesThatAre
|
Returns “Format values that are:”. |
ManageRuleAverageTheAverageForTheSelectedRange
|
Returns “the average of column values”. |
ManageRuleAverageAbove
|
Returns “Above”. |
ManageRuleAverageBelow
|
Returns “Below”. |
ManageRuleAverageEqualOrAbove
|
Returns “Equal Or Above”. |
ManageRuleAverageEqualOrBelow
|
Returns “Equal Or Below”. |
ManageRuleFormulaFormatValuesWhereThisFormulaIsTrue
|
Returns “Format values where this formula is true:” |
ManageRuleRankedValuesFormatValuesThatRankInThe
|
Returns “Format values that rank in the:” |
ManageRuleRankedValuesOfTheColumnsCellValues
|
Returns “% of column values”. |
ManageRuleRankedValuesTop
|
Returns “Top”. |
ManageRuleRankedValuesBottom
|
Returns “Bottom”. |
ManageRuleThatContainFormatOnlyCellsWith
|
Returns “Format only cells with:” |
ManageRuleThatContainCellValue
|
Returns “Cell Value”. |
ManageRuleThatContainDatesOccurring
|
Returns “Dates Occurring”. |
ManageRuleThatContainSpecificText
|
Returns “Specific Text”. |
ManageRuleThatContainBlanks
|
Returns “Blanks”. |
ManageRuleThatContainNoBlanks
|
Returns “No Blanks”. |
ManageRuleThatContainErrors
|
Returns “Errors”. |
ManageRuleThatContainNoErrors
|
Returns “No Errors”. |
ManageRuleCellValueBetween
|
Returns “Between”. |
ManageRuleCellValueNotBetween
|
Returns “Not Between”. |
ManageRuleCellValueEqualTo
|
Returns “Equal To”. |
ManageRuleCellValueNotEqualTo
|
Returns “Not Equal To”. |
ManageRuleCellValueGreaterThan
|
Returns “Greater Than”. |
ManageRuleCellValueLessThan
|
Returns “Less Than”. |
ManageRuleCellValueGreaterThanOrEqualTo
|
Returns “Greater Than Or Equal To”. |
ManageRuleCellValueLessThanOrEqualTo
|
Returns “Less Than Or Equal To”. |
ManageRuleDatesOccurringBeyond
|
Returns “Following the month in 2 months time”. |
ManageRuleDatesOccurringBeyondThisYear
|
Returns “Following this year”. |
ManageRuleDatesOccurringEarlier
|
Returns “Prior to the month 6 months ago”. |
ManageRuleDatesOccurringEarlierThisMonth
|
Returns “This month, prior to previous week”. |
ManageRuleDatesOccurringEarlierThisWeek
|
Returns “This week, prior to yesterday”. |
ManageRuleDatesOccurringEarlierThisYear
|
Returns “This year, prior to this month”. |
ManageRuleDatesOccurringLastWeek
|
Returns “Last Week”. |
ManageRuleDatesOccurringLaterThisMonth
|
Returns “This month, beyond next week”. |
ManageRuleDatesOccurringLaterThisWeek
|
Returns “This week, beyond tomorrow”. |
ManageRuleDatesOccurringLaterThisYear
|
Returns “This year, beyond this month”. |
ManageRuleDatesOccurringMonthAfter1
|
Returns “Next Month”. |
ManageRuleDatesOccurringMonthAfter2
|
Returns “During the month in 2 months time”. |
ManageRuleDatesOccurringMonthAgo1
|
Returns “Last Month”. |
ManageRuleDatesOccurringMonthAgo2
|
Returns “During the month 2 months ago”. |
ManageRuleDatesOccurringMonthAgo3
|
Returns “During the month 3 months ago”. |
ManageRuleDatesOccurringMonthAgo4
|
Returns “During the month 4 months ago”. |
ManageRuleDatesOccurringMonthAgo5
|
Returns “During the month 5 months ago”. |
ManageRuleDatesOccurringMonthAgo6
|
Returns “During the month 6 months ago”. |
ManageRuleDatesOccurringNextWeek
|
Returns “Next Week”. |
ManageRuleDatesOccurringPriorThisYear
|
Returns “Prior to this year”. |
ManageRuleDatesOccurringThisMonth
|
Returns “This Month”. |
ManageRuleDatesOccurringThisWeek
|
Returns “This Week”. |
ManageRuleDatesOccurringTomorrow
|
Returns “Tomorrow”. |
ManageRuleDatesOccurringToday
|
Returns “Today”. |
ManageRuleDatesOccurringYesterday
|
Returns “Yesterday”. |
ManageRuleSpecificTextContaining
|
Returns “Containing”. |
ManageRuleSpecificTextNotContaining
|
Returns “Not Containing”. |
ManageRuleSpecificTextBeginningWith
|
Returns “Beginning With”. |
ManageRuleSpecificTextEndingWith
|
Returns “Ending With”. |
ManageRuleUniqueOrDuplicateFormatAll
|
Returns “Format all:” |
ManageRuleUniqueOrDuplicateValuesInTheSelectedRange
|
Returns “column values”. |
ManageRuleUniqueOrDuplicateUnique
|
Returns “Unique”. |
ManageRuleUniqueOrDuplicateDuplicate
|
Returns “Duplicate”. |
ManageRuleDataUpdate
|
Returns “Data Update”. |
ManageRuleColorScale
|
Returns “Graded Color Scale”. |
ManageRuleIconSet
|
Returns “Icon Set”. |
ManageRuleFormula
|
Returns “Formula”. |
ManageRuleAboveAverage
|
Returns “Above Average”. |
ManageRuleBelowAverage
|
Returns “Below Average”. |
ManageRuleEqualOrAboveAverage
|
Returns “Equal to or Above Average”. |
ManageRuleEqualOrBelowAverage
|
Returns “Equal to or Below Average”. |
ManageRuleFormatCellsCaption
|
Returns “Format Cells”. |
ManageRuleFormatCellsFont
|
Returns “Font”. |
ManageRuleFormatCellsFill
|
Returns “Fill”. |
ManageRuleFormatCellsPredefinedAppearance
|
Returns “Predefined Appearance”. |
ManageRuleFormatCellsFontStyle
|
Returns “Font style”. |
ManageRuleFormatCellsFontColor
|
Returns “Font color”. |
ManageRuleFormatCellsEffects
|
Returns “Effects:”. |
ManageRuleFormatCellsUnderline
|
Returns “Underline”. |
ManageRuleFormatCellsStrikethrough
|
Returns “Strikethrough”. |
ManageRuleFormatCellsClear
|
Returns “Clear”. |
ManageRuleFormatCellsBackgroundColor
|
Returns “Background Color:”. |
ManageRuleFormatCellsNone
|
Returns “None”. |
ManageRuleFormatCellsRegular
|
Returns “Regular”. |
ManageRuleFormatCellsBold
|
Returns “Bold”. |
ManageRuleFormatCellsItalic
|
Returns “Italic”. |
ManageRuleValuesFor
|
Returns “values for”. |
ManageRuleMillisecond
|
Returns “ms”. |
TakePictureDialogTitle
|
The caption of the dialog window that takes a picture from a webcam. Return value: Take Picture |
TakePictureMenuItem
|
Applied to image editors (PictureEdit and ImageEdit are customized to display images). The string represents the caption of the menu item that takes an image from a webcam. Return value: Take Picture from Camera |
TakePictureDialogCapture
|
The caption of the Capture button in the dialog window that takes a picture from a webcam. Return value: Capture |
TakePictureDialogTryAgain
|
The caption of the Try Again button in the dialog window that takes a picture from a webcam. Return value: Try Again |
TakePictureDialogSave
|
The caption of the Save button in the dialog window that saves a picture taken from a webcam. Return value: Save |
CameraSettingsActiveDevice
|
The caption of the combo box that selects the active capture device in the Camera Settings form of the CameraControl. Return value: Active device: |
CameraSettingsBrightness
|
The caption of the track bar that adjusts the brightness in the Camera Settings form of the CameraControl. Return value: Brightness: |
CameraSettingsContrast
|
The caption of the track bar that adjusts the contrast in the Camera Settings form of the CameraControl. Return value: Contrast: |
CameraSettingsDesaturate
|
The caption of the check box that specifies the saturation setting in the Camera Settings form of the CameraControl. Return value: Desaturate: |
CameraSettingsDefaults
|
The caption of the Reset to defaults button in the Camera Settings form of the CameraControl. Return value: Reset to defaults |
CameraSettingsCaption
|
The caption of the Camera Settings form of the CameraControl. Return value: Camera Settings |
CameraSettingsResolution
|
The caption of the combo box that adjusts the resolution in the Camera Settings form of the CameraControl. Return value: Resolution: |
CameraDeviceNotFound
|
The notification displayed by the CameraControl if no capture device is found. Return value: No webcam found. Check the webcam connection or the device settings. |
CameraDeviceIsBusy
|
The notification displayed by the CameraControl if the device is already in use in another application. Return value: Cannot use the device, as it is already in use in another application. |
CameraDesignTimeInfo
|
The notification displayed by the CameraControl at design time. Return value: Rendering is disabled at design time. |
OfficeNavigationOptions
|
Returns “Navigation Options”. |
FilterCriteriaToStringFunctionIsNextMonth
|
Returns “Is next month”. |
FilterCriteriaToStringFunctionIsNextYear
|
Returns “Is next year”. |
FilterCriteriaToStringFunctionIsLastMonth
|
Returns “Is last month”. |
FilterCriteriaToStringFunctionIsLastYear
|
Returns “Is last year”. |
FilterCriteriaToStringFunctionIsYearToDate
|
Returns “Is the year-to-date period”. |
FilterCriteriaToStringFunctionLocalDateTimeTwoMonthsAway
|
Returns “Two months away”. |
FilterCriteriaToStringFunctionLocalDateTimeTwoYearsAway
|
Returns “Two years away”. |
FilterCriteriaToStringFunctionLocalDateTimeLastMonth
|
Returns “Last month”. |
FilterCriteriaToStringFunctionLocalDateTimeLastYear
|
Returns “Last year”. |
FilterCriteriaToStringFunctionLocalDateTimeYearBeforeToday
|
Returns “One year ago”. |
FilterCriteriaToStringFunctionIsJanuary
|
Returns “Is January”. |
FilterCriteriaToStringFunctionIsFebruary
|
Returns “Is February”. |
FilterCriteriaToStringFunctionIsMarch
|
Returns “Is March”. |
FilterCriteriaToStringFunctionIsApril
|
Returns “Is April”. |
FilterCriteriaToStringFunctionIsMay
|
Returns “Is May”. |
FilterCriteriaToStringFunctionIsJune
|
Returns “Is June”. |
FilterCriteriaToStringFunctionIsJuly
|
Returns “Is July”. |
FilterCriteriaToStringFunctionIsAugust
|
Returns “Is August”. |
FilterCriteriaToStringFunctionIsSeptember
|
Returns “Is September”. |
FilterCriteriaToStringFunctionIsOctober
|
Returns “Is October”. |
FilterCriteriaToStringFunctionIsNovember
|
Returns “Is November”. |
FilterCriteriaToStringFunctionIsDecember
|
Returns “Is December”. |
FilterCriteriaToStringFunctionIsSameDay
|
Returns “Is same day”. |
FilterCriteriaToStringFunctionInRange
|
Returns “In range”. |
FilterCriteriaToStringFunctionInDateRange
|
Returns “In date range”. |
FilterCriteriaToStringFunctionNotInRange
|
Return “Not in range”. |
FilterCriteriaToStringFunctionNotInDateRange
|
Returns “Not in date range”. |
FilterCriteriaToStringFunctionIsSameTime
|
Returns “Is same time” |
FilterCriteriaToStringFunctionIsSameHour
|
Returns “Is same hour” |
FilterCriteriaToStringFunctionBeforeMidday
|
Returns “Before Midday” |
FilterCriteriaToStringFunctionAfterMidday
|
Returns “After Midday” |
FilterCriteriaToStringFunctionIsNight
|
Returns “Is Night” |
FilterCriteriaToStringFunctionIsMorning
|
Returns “Is Morning” |
FilterCriteriaToStringFunctionIsAfternoon
|
Returns “Is Afternoon” |
FilterCriteriaToStringFunctionIsEvening
|
Returns “Is Evening” |
FilterCriteriaToStringFunctionIsLastHour
|
Returns “Is Last Hour” |
FilterCriteriaToStringFunctionIsThisHour
|
Returns “Is This Hour” |
FilterCriteriaToStringFunctionIsNextHour
|
Returns “Is Next Hour” |
FilterCriteriaToStringFunctionIsWorkTime
|
Returns “Is Work Time” |
FilterCriteriaToStringFunctionIsLunchTime
|
Returns “Is Lunch Time” |
FilterCriteriaToStringFunctionIsFreeTime
|
Returns “Is Free Time” |
NoneItemText
|
Returns “(None)”. |
ProgressPanelDefaultCaption
|
The ProgressPanel‘s default caption. Return value: Please Wait |
ProgressPanelDefaultDescription
|
The ProgressPanel‘s default description. Return value: Loading … |
FormatRuleNoCellIcon
|
Returns “No Cell Icon”. |
PictureEditMenuEdit
|
Returns “Edit”. |
ImageEditorDialogCaption
|
Returns “Image Editor”. |
DataUpdateTriggerChanged
|
Returns “Changed”. |
DataUpdateTriggerIncreased
|
Returns “Increased”. |
DataUpdateTriggerDecreased
|
Returns “Decreased”. |
FilterNewEmptyEnter
|
Returns “Enter a value…”. |
FilterNewEmptyParameter
|
Returns “Enter a parameter name…”. |
FilterEmptyField
|
Returns “Field name”. |
FilterExpressionEmptyText
|
Returns “Edit Expression…” |
ChartRangeControlClientRangeValidationMsg
|
Returns “Max should be greater than or equal to min”. |
AllRightsReserved
|
Returns “All Rights Reserved.” |
Version
|
Returns “Version”. |
ManageRuleGridCaptionApplyToTheRecord
|
Returns “Apply to the record”. |
ManageRuleGridCaptionRow
|
Returns “Row”. |
ManageRuleGridCaptionRowApplyTo
|
Returns “Row Apply To”. |
ManageRuleRankedValuesOfTheRowCellValues
|
Returns “% of row values”. |
ManageRuleUniqueOrDuplicateValuesInTheSelectedRangeRow
|
Returns “row values”. |
ManageRuleAverageTheAverageForTheSelectedRangeRow
|
Returns “the average of row values”. |
FormatRuleApplyFormatPropertyRecord
|
Returns “Apply formatting to an entire record”. |
FormatRuleForThisRowWith
|
Returns “for this row with”. |
ManageRuleFormatCellsFontSizeDelta
|
Returns “Font Size Delta:”. |
DXCollectionEditorOKButtonText
|
Returns “OK”. |
DXCollectionEditorCancelButtonText
|
Returns “Cancel”. |
DXCollectionEditorAddItemButtonText
|
Returns “Add”. |
DXCollectionEditorRemoveItemButtonText
|
Returns “Remove”. |
DXCollectionEditorItemsListGroupCaptionStringFormat
|
Returns “Items({0})”. |
DXCollectionEditorPreviewGroupCaption
|
Returns “Preview”. |
DXCollectionEditorItemPropertiesGroupCaption
|
Returns “Properties”. |
DXCollectionEditorSomeItemsTypeAddItemButtonStringFormat
|
Returns “Add {0}”. |
SyntaxEditFindPanelFindCaption
|
Returns “Find…”. |
SyntaxEditFindPanelReplaceCaption
|
Returns “Replace…”. |
SyntaxEditClearButtonCaption
|
Returns “Clear search”. |
SyntaxEditShowDropdownButtonCaption
|
Returns “Show dropdown”. |
SyntaxEditReplaceButtonTooltip
|
Returns “Replace”. |
SyntaxEditReplaceAllButtonTooltip
|
Returns “Replace All”. |
SyntaxEditFindPanelFindNextButtonTooltip
|
Returns “Find Next”. |
SyntaxEditFindPanelFindPreviousButtonTooltip
|
Returns “Find Previous”. |
SyntaxEditFindPanelCloseButtonTooltip
|
Returns “Close”. |
SyntaxEditFindPanelExpandButtonTooltip
|
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.