EditorStringId Enum
Contains values corresponding to strings that can be localized.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
OK
|
Return Value: Ok |
Cancel
|
The caption of the button to discard changes and close the dropdown window of a popup editor (the MemoEdit, for instance). Return Value: Cancel |
Clear
|
The caption of the button to clear all the content from the editor. Return Value: Clear |
Apply
|
The caption of the Apply button displayed within the filter drop-down window inside a GridControl. Return Value: Apply |
Yes
|
Return Value: Yes |
No
|
Return Value: No |
Copy
|
The caption of the button to copy the content from the editor. Return Value: Copy |
Paste
|
Return Value: Paste |
Cut
|
The caption of the button to cut the content from the editor. Return Value: Cut |
Open
|
Return Value: Open |
Save
|
Return Value: Save |
CaptionError
|
The default caption for the error message box. Return Value: Error |
SetNullValue
|
Return Value: Clear |
EmptySource
|
Return Value: No data available |
OutOfRange
|
Specifies the message raised when the editor’s entered value as specified by the mask is out of range. Return Value: Value is out of range |
MaskIncomplete
|
Specifies the message raised when the editor’s entered value as specified by the mask is incomplete. Return Value: Mask incomplete |
ValidationErrorTag
|
|
ValidationSuccessTag
|
|
ValidationServiceErrorsTag
|
|
ValidationRowErrorsTag
|
|
SelectAll
|
The caption of the ComboBoxEdit editor item that selects all items in the list. Return Value: (Select All) |
EmptyItem
|
Return Value: (None) |
CalculatorButtonMC
|
Represents the caption of the button used to clear the number stored in the memory of the Calculator editor. Return Value: MC |
CalculatorButtonMR
|
Represents the caption of the button used to recall the number stored in the memory of the Calculator editor. Return Value: MR |
CalculatorButtonMS
|
Represents the caption of the button used to store the displayed number in the memory of the Calculator editor. Return Value: MS |
CalculatorButtonMAdd
|
Represents the caption of the button used to add the displayed number to any number already in memory in the Calculator editor. Return Value: M+ |
CalculatorButtonMSub
|
Represents the caption of the button used to subtract the displayed number from any number already in memory in the Calculator editor. Return Value: M- |
CalculatorButtonBack
|
Represents the caption of the button used to delete the last digit of the displayed number in the Calculator editor. Return Value: ← |
CalculatorButtonCancel
|
Represents the caption of the button used to clear the displayed number in the Calculator editor. Return Value: CE |
CalculatorButtonClear
|
Represents the caption of the button used to clear the current calculation in the Calculator editor. Return Value: C |
CalculatorButtonZero
|
Represents the caption of the button used to type the number 0 in the Calculator editor. Return Value: 0 |
CalculatorButtonOne
|
Represents the caption of the button used to type the number 1 in the Calculator editor. Return Value: 1 |
CalculatorButtonTwo
|
Represents the caption of the button used to type the number 2 in the Calculator editor. Return Value: 2 |
CalculatorButtonThree
|
Represents the caption of the button used to type the number 3 in the Calculator editor. Return Value: 3 |
CalculatorButtonFour
|
Represents the caption of the button used to type the number 4 in the Calculator editor. Return Value: 4 |
CalculatorButtonFive
|
Represents the caption of the button used to type the number 5 in the Calculator editor. Return Value: 5 |
CalculatorButtonSix
|
Represents the caption of the button used to type the number 6 in the Calculator editor. Return Value: 6 |
CalculatorButtonSeven
|
Represents the caption of the button used to type the number 7 in the Calculator editor. Return Value: 7 |
CalculatorButtonEight
|
Represents the caption of the button used to type the number 8 in the Calculator editor. Return Value: 8 |
CalculatorButtonNine
|
Represents the caption of the button used to type the number 9 in the Calculator editor. Return Value: 9 |
CalculatorButtonSign
|
Represents the caption of the button used to change the sign of the displayed number in the Calculator editor. Return Value: ± |
CalculatorButtonAdd
|
Represents the caption of the button used to calculate the sum in the Calculator editor. Return Value: + |
CalculatorButtonSub
|
Represents the caption of the button used to calculate the difference in the Calculator editor. Return Value: - |
CalculatorButtonMul
|
Represents the caption of the button used to calculate the product in the Calculator editor. Return Value: * |
CalculatorButtonDiv
|
Represents the caption of the button used to calculate a quotient of the displayed number in the Calculator editor. Return Value: / |
CalculatorButtonFract
|
Represents the caption of the button used to calculate a quotient of 1 and the displayed number in the Calculator editor. Return Value: 1/x |
CalculatorButtonPercent
|
Represents the caption of the button used to calculate and display the percentage of the previously entered number in the Calculator editor. Return Value: % |
CalculatorButtonSqrt
|
Represents the caption of the button used to calculate the square root of the displayed number in the Calculator editor. Return Value: √ |
CalculatorButtonEqual
|
Represents the caption of the button used to terminate the calculation in the Calculator editor. Return Value: = |
CalculatorDivisionByZeroError
|
The string displayed in the edit box of the PopupCalcEdit editor if division by zero occured while evaluating the expression. Return Value: Cannot divide by zero |
CalculatorError
|
The string displayed on the display of the Calculator editor if an expression cannot be evaluated (division by zero, for instance). Return Value: Error |
CalculatorInvalidInputError
|
Specifies the message raised when the value entered in the Calculator editor is invalid. Return Value: Invalid input |
ColorEdit_AutomaticButtonCaption
|
The caption of the button to pick up the default color in the ColorEdit editor. Return Value: Automatic |
ColorEdit_MoreColorsButtonCaption
|
The caption of the button to invoke the dialog window, where end-users can set up a color in the ColorEdit editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. Return Value: Automatic |
ColorEdit_NoColorButtonCaption
|
The caption of the button to select the ColorEdit.EmptyColor in the ColorEdit editor. This button is visible if the ColorEdit.ShowNoColorButton property is set to true. Return Value: No Color |
ColorEdit_RecentColorsCaption
|
The caption that is shown above the palette of recently used colors in the ColorEdit editor. Return Value: Recent Colors |
ColorEdit_ColorChooserWindowTitle
|
The title of the dialog window, where end-users can set up a color in the ColorEdit editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. Return Value: Colors |
ColorEdit_ThemeColorsCaption
|
The caption that is shown above the palette of theme colors in the ColorEdit editor. Return Value: Theme Colors |
ColorEdit_StandardColorsCaption
|
The caption that is shown above the palette of standard colors in the ColorEdit editor. Return Value: Standard Colors |
ColorEdit_DefaultColors_Black
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Black |
ColorEdit_DefaultColors_White
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: White |
ColorEdit_DefaultColors_DarkRed
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: DarkRed |
ColorEdit_DefaultColors_Red
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Red |
ColorEdit_DefaultColors_Orange
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Orange |
ColorEdit_DefaultColors_Yellow
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Yellow |
ColorEdit_DefaultColors_LightGreen
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: LightGreen |
ColorEdit_DefaultColors_Green
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Green |
ColorEdit_DefaultColors_LightBlue
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: LightBlue |
ColorEdit_DefaultColors_Blue
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Blue |
ColorEdit_DefaultColors_DarkBlue
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: DarkBlue |
ColorEdit_DefaultColors_Purple
|
The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the ColorEdit. Return Value: Purple |
ImageEdit_OpenFileFilter
|
Specifies the file type strings that are displayed in the “Open” dialog window of the ImageEdit editor. Return Value: Image Files(.BMP;.JPG;.GIF;.PNG)|.BMP;.JPG;.GIF;.PNG|All files (.)|. |
ImageEdit_OpenFileFilter_SL
|
Specifies the filter string that is displayed in the “Open” dialog window of the Silverlight ImageEdit editor. Return Value: Image Files(.JPG;.PNG)|.JPG;.PNG|All files (.)|. |
ImageEdit_SaveFileFilter
|
Specifies the file type strings that are displayed in the “Save” dialog window of the ImageEdit editor. Return Value: PNG(.png)|.png|BMP(.bmp)|.BMP|JPG(.jpg)|.jpg|GIF(.gif)|.gif |
ImageEdit_InvalidFormatMessage
|
Specifies the message raised when trying to load a file whose format isn’t supported by the ImageEdit editor. Return Value: Wrong image format |
ImageEdit_UndoToolTip
|
|
ImageEdit_RedoToolTip
|
|
ImageEdit_ZoomInToolTip
|
|
ImageEdit_ZoomOutToolTip
|
|
ImageEdit_CropToolTip
|
|
ImageEdit_RotateCounterClockwiseToolTip
|
|
ImageEdit_MirrorHorizontallyToolTip
|
|
FilterCriteriaToStringFunctionIsNullOrEmpty
|
Specifies the textual representation of the Is null or empty operator used when constructing a display string of filter criteria. Return value: Is null or empty |
FilterCriteriaToStringFunctionStartsWith
|
Specifies the textual representation of the Starts with operator used when constructing a display string of filter criteria. Return value: Starts with |
FilterCriteriaToStringFunctionEndsWith
|
Specifies the textual representation of the Ends With operator used when constructing a display string of filter criteria. Return value: Ends with |
FilterCriteriaToStringFunctionContains
|
Specifies the textual representation of the Contains operator used when constructing a display string of filter criteria. Return value: Contains |
FilterCriteriaToStringBetween
|
Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. Return value: Between |
FilterCriteriaToStringBetweenDates
|
Represents the caption of the Between Dates filter clause. Return value: Between Dates |
FilterCriteriaToStringIn
|
Specifies the textual representation of the In function used when constructing a display string of filter criteria. Return value: In |
FilterCriteriaToStringIsOnDates
|
Represents the caption of the On Dates filter clause. Return value: On Dates |
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 |
FilterCriteriaToStringTopItems
|
Represents the caption of the Top Items filter clause. Return value: Top Items |
FilterCriteriaToStringBottomItems
|
Represents the caption of the Bottom Items filter clause. Return value: Bottom Items |
FilterCriteriaToStringTopPercent
|
Represents the caption of the Top Percent filter clause. Return value: Top Percent |
FilterCriteriaToStringBottomPercent
|
Represents the caption of the Bottom Percent filter clause. Return value: Bottom Percent |
FilterCriteriaToStringAboveAverage
|
Represents the caption of the Above Average filter clause. Return value: Above Average |
FilterCriteriaToStringBelowAverage
|
Represents the caption of the Below Average filter clause. Return value: Below Average |
FilterCriteriaToStringUnique
|
Represents the caption of the Is Unique filter clause. Return value: Is Unique |
FilterCriteriaToStringDuplicate
|
Represents the caption of the Duplicate filter clause. Return value: Is Duplicate |
TopBottomValueTypeItems
|
|
TopBottomValueTypePercent
|
|
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 binary Plus operator used when constructing a display string of filter criteria. Return value: + |
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: + |
FilterCriteriaToStringGroupOperatorAnd
|
Specifies the textual representation of the group AND operator used when constructing a display string of filter criteria. Return value: And |
FilterCriteriaToStringGroupOperatorOr
|
Specifies the textual representation of the group OR operator used when constructing a display string of filter criteria. Return value: Or |
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. |
ExpressionEditor_FunctionsSearch_NullText
|
Return Value: Enter text to search… |
ExpressionEditor_Functions_Text
|
The name of the group of functions in the Expression Editor. Return Value: Functions |
ExpressionEditor_Parameters_Text
|
The name of the group of parameters in the Expression Editor. Return Value: Parameters |
ExpressionEditor_Variables_Text
|
The name of the group of variables in the Expression Editor. Return Value: Variables |
ExpressionEditor_Operators_Text
|
The name of the group of operators in the Expression Editor. Return Value: Operators |
ExpressionEditor_Fields_Text
|
The name of the group of fields in the Expression Editor. Return Value: Fields |
ExpressionEditor_Constants_Text
|
The name of the group of constants in the Expression Editor. Return Value: Constants |
ExpressionEditor_FunctionType_AllItems
|
Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: (All) |
ExpressionEditor_FunctionType_AggregateItems
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Aggregate |
ExpressionEditor_FunctionType_DateTimeItems
|
Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: Date-time |
ExpressionEditor_FunctionType_LogicalItems
|
Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: Logical |
ExpressionEditor_FunctionType_MathItems
|
Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: Math |
ExpressionEditor_FunctionType_StringItems
|
Represents the string that is the item of the dropdown filter list in the Expression Editor. Return Value: String |
ExpressionEditor_Abs_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Abs(Value). Returns the absolute, positive value of the given numeric expression. |
ExpressionEditor_Acos_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Acos(Value). Returns the arccosine of a number (the angle, in radians, whose cosine is the given float expression). |
ExpressionEditor_AddDays_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddDays(DateTime, DaysCount). Returns a date-time value that is the specified number of days away from the specified DateTime. |
ExpressionEditor_AddHours_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddHours(DateTime, HoursCount). Returns a date-time value that is the specified number of hours away from the specified DateTime. |
ExpressionEditor_AddMilliSeconds_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddMilliSeconds(DateTime, MilliSecondsCount). Returns a date-time value that is the specified number of milliseconds away from the specified DateTime. |
ExpressionEditor_AddMinutes_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddMinutes(DateTime, MinutesCount). Returns a date-time value that is the specified number of minutes away from the specified DateTime. |
ExpressionEditor_AddMonths_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddMonths(DateTime, MonthsCount). Returns a date-time value that is the specified number of months away from the specified DateTime. |
ExpressionEditor_AddSeconds_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddSeconds(DateTime, SecondsCount). Returns a date-time value that is the specified number of seconds away from the specified DateTime. |
ExpressionEditor_AddTicks_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddTicks(DateTime, TicksCount). Returns a date-time value that is the specified number of ticks away from the specified DateTime. |
ExpressionEditor_AddTimeSpan_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddTimeSpan(DateTime, TimeSpan). Returns a date-time value that is away from the specified DateTime for the given TimeSpan. |
ExpressionEditor_AddYears_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: AddYears(DateTime, YearsCount). Returns a date-time value that is the specified number of years away from the specieid DateTime. |
ExpressionEditor_DateOnlyFromParts3_Description
|
|
ExpressionEditor_DateTimeFromParts3_Description
|
|
ExpressionEditor_DateTimeFromParts5_Description
|
|
ExpressionEditor_DateTimeFromParts6_Description
|
|
ExpressionEditor_DateTimeFromParts7_Description
|
|
ExpressionEditor_Ascii_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Ascii(String). Returns the ASCII code value of the leftmost character in a character expression. |
ExpressionEditor_Asin_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Asin(Value). Returns the arcsine of a number (the angle, in radians, whose sine is the given float expression). |
ExpressionEditor_Atn_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Atn(Value). Returns the arctangent of a number (the angle, in radians, whose tangent is the given float expression). |
ExpressionEditor_Atn2_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Atn2(Value1, Value2). Returns the angle whose tangent is the quotient of two specified numbers, in radians. |
ExpressionEditor_BigMul_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: BigMul(Value1, Value2). Returns an Int64 containing the full product of two specified 32-bit numbers. |
ExpressionEditor_Ceiling_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Ceiling(Value). Returns the smallest integer that is greater than or equal to the given numeric expression. |
ExpressionEditor_Char_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Char(Number). Converts an integerASCIICode to a character. |
ExpressionEditor_CharIndex_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: CharIndex(String1, String2). Returns the starting position of String1 within String2, beginning from the zero character position to the end of a string. |
ExpressionEditor_CharIndex3Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: CharIndex(String1, String2, StartLocation). Returns the starting position of String1 within String2, beginning from the StartLocation character position to the end of a string. |
ExpressionEditor_Concat_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Concat(String1, … , StringN). Returns a string value containing the concatenation of the current string with any additional strings. |
ExpressionEditor_Cos_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Cos(Value). Returns the cosine of the angle defined in radians. |
ExpressionEditor_Cosh_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Cosh(Value). Returns the hyperbolic cosine of the angle defined in radians. |
ExpressionEditor_DateDiffDay_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffDay(startDate, endDate). Returns the number of day boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffHour_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffHour(startDate, endDate). Returns the number of hour boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffMilliSecond_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffMilliSecond(startDate, endDate). Returns the number of millisecond boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffMinute_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffMinute(startDate, endDate). Returns the number of minute boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffMonth(startDate, endDate). Returns the number of month boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffSecond_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffSecond(startDate, endDate). Returns the number of second boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffTick_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffTick(startDate, endDate). Returns the number of tick boundaries between two non-nullable dates. |
ExpressionEditor_DateDiffYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: DateDiffYear(startDate, endDate). Returns the number of year boundaries between two non-nullable dates. |
ExpressionEditor_Exp_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Exp(Value). Returns the exponential value of the given float expression. |
ExpressionEditor_Floor_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Floor(Value). Returns the largest integer less than or equal to the given numeric expression. |
ExpressionEditor_GetDate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDate(DateTime). Extracts a date from the defined DateTime. |
ExpressionEditor_GetDay_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDay(DateTime). Extracts a day from the defined DateTime. |
ExpressionEditor_GetDayOfWeek_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDayOfWeek(DateTime). Extracts a day of the week from the defined DateTime. |
ExpressionEditor_GetDayOfYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetDayOfYear(DateTime). Extracts a day of the year from the defined DateTime. |
ExpressionEditor_GetHour_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetHour(DateTime). Extracts an hour from the defined DateTime. |
ExpressionEditor_GetMilliSecond_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetMilliSecond(DateTime). Extracts milliseconds from the defined DateTime. |
ExpressionEditor_GetMinute_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetMinute(DateTime). Extracts minutes from the defined DateTime. |
ExpressionEditor_GetMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetMonth(DateTime). Extracts a month from the defined DateTime. |
ExpressionEditor_GetSecond_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetSecond(DateTime). Extracts seconds from the defined DateTime. |
ExpressionEditor_GetTimeOfDay_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetTimeOfDay(DateTime). Extracts the time of the day from the defined DateTime, in ticks. |
ExpressionEditor_GetYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: GetYear(DateTime). Extracts a year from the defined DateTime. |
ExpressionEditor_Iif_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Iif(Expression, TruePart, FalsePart). Returns either TruePart or FalsePart, depending on the evaluation of the Boolean Expression. |
ExpressionEditor_InDateRange_Description
|
|
ExpressionEditor_InRange_Description
|
|
ExpressionEditor_Insert_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Insert(String1, StartPosition, String2)\r\nInserts String2 into String1 at the position specified by StartPositon |
ExpressionEditor_IsNull_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNull(Value). Returns True if the specified Value is NULL. |
ExpressionEditor_IsNullOrEmpty_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNullOrEmpty(String). Returns True if the specified String object is NULL or an empty string; otherwise, False is returned. |
ExpressionEditor_Len_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Len(Value). Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. |
ExpressionEditor_Log_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Log(Value). Returns the natural logarithm of a specified number. |
ExpressionEditor_Log2Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Log(Value, Base). Returns the logarithm of a specified number in a specified Base. |
ExpressionEditor_Log10_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Log10(Value). Returns the base 10 logarithm of a specified number. |
ExpressionEditor_Lower_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Lower(String). Returns the String in lowercase. |
ExpressionEditor_Now_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Now(). Returns the current system date and time. |
ExpressionEditor_PadLeft_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadLeft(String, Length)\r\nLeft-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. |
ExpressionEditor_PadLeft3Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadLeft(String, Length, Char)\r\nLeft-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. |
ExpressionEditor_PadRight_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadRight(String, Length)\r\nRight-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. |
ExpressionEditor_PadRight3Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: PadRight(String, Length, Char)\r\nRight-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. |
ExpressionEditor_Power_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Power(Value, Power). Returns a specified number raised to a specified power. |
ExpressionEditor_Remove2Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Remove(String, StartPosition)\r\nDeletes all characters from this instance, beginning at a specified position. |
ExpressionEditor_Remove3Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Remove(String, StartPosition, Length)\r\nDeletes a specified number of characters from this instance, beginning at a specified position. |
ExpressionEditor_Replace_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Replace(String, SubString2, String3). Returns a copy of String1, in which SubString2 has been replaced with String3. |
ExpressionEditor_Reverse_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Reverse(String). Reverses the order of elements within a string. |
ExpressionEditor_Rnd_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Rnd(). Returns a random number that is less than 1, but greater than or equal to zero. |
ExpressionEditor_Round_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Round(Value). Rounds the given value to the nearest integer. |
ExpressionEditor_Round2Param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Round(Value, Precision). Rounds the given value to the nearest integer, or to a specified number of decimal places. |
ExpressionEditor_Sign_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sign(Value). Returns the positive (+1), zero (0), or negative (-1) sign of the given expression. |
ExpressionEditor_Sin_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sin(Value). Returns the sine of the angle, defined in radians. |
ExpressionEditor_Sinh_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sinh(Value). Returns the hyperbolic sine of the angle defined in radians. |
ExpressionEditor_Sqr_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sqr(Value). Returns the square root of a given number. |
ExpressionEditor_Substring3param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Substring(String, StartPosition, Length). Retrieves a substring from String. The substring starts at StartPosition and has the specified Length. |
ExpressionEditor_Substring2param_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Substring(String, StartPosition). Retrieves a substring from String. The substring starts at StartPosition. |
ExpressionEditor_Tan_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Tan(Value). Returns the tangent of the angle defined in radians. |
ExpressionEditor_Tanh_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Tanh(Value). Returns the hyperbolic tangent of the angle defined in radians. |
ExpressionEditor_Today_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Today(). Returns the current date. Regardless of the actual time, this function returns midnight of the current date. |
ExpressionEditor_ToInt_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToInt(Value). Converts Value to an equivalent 32-bit signed integer. |
ExpressionEditor_ToLong_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToLong(Value). Converts Value to an equivalent 64-bit signed integer. |
ExpressionEditor_ToFloat_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToFloat(Value). Converts Value to an equivalent 32-bit single-precision floating-point number. |
ExpressionEditor_ToDouble_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToDouble(Value). Converts Value to an equivalent 64-bit double-precision floating-point number. |
ExpressionEditor_ToDecimal_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToDecimal(Value). Converts Value to an equivalent decimal number. |
ExpressionEditor_ToStr_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: ToStr(Value). Returns a string representation of an object. |
ExpressionEditor_Trim_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Trim(String). Removes all leading and trailing SPACE characters from String. |
ExpressionEditor_Upper_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Upper(String). Returns String in uppercase. |
ExpressionEditor_UtcNow_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: UtcNow(). Returns the current system date and time, expressed as Coordinated Universal Time (UTC). |
ExpressionEditor_LocalDateTimeDayAfterTomorrow_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeDayAfterTomorrow(). Returns a date-time value corresponding to the day after Tomorrow. |
ExpressionEditor_LocalDateTimeLastWeek_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeLastWeek(). Returns a date-time value corresponding to the first day of the previous week. |
ExpressionEditor_LocalDateTimeNextMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNextMonth(). Returns a date-time value corresponding to the first day of next month. |
ExpressionEditor_LocalDateTimeNextWeek_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNextWeek(). Returns a date-time value corresponding to the first day of the following week. |
ExpressionEditor_LocalDateTimeNextYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNextYear(). Returns a date-time value corresponding to the first day of the following year. |
ExpressionEditor_LocalDateTimeNow_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeNow(). Returns a date-time value corresponding to the current moment in time. |
ExpressionEditor_LocalDateTimeThisMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeThisMonth(). Returns a date-time value corresponding to the first day of the current month. |
ExpressionEditor_LocalDateTimeThisWeek_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeThisWeek(). Returns a date-time value corresponding to the first day of the current week. |
ExpressionEditor_LocalDateTimeThisYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeThisYear(). Returns a date-time value corresponding to the first day of the current year. |
ExpressionEditor_LocalDateTimeToday_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeToday(). Returns a date-time value corresponding to Today. |
ExpressionEditor_LocalDateTimeTomorrow_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTomorrow(). Returns a date-time value corresponding to Tomorrow. |
ExpressionEditor_LocalDateTimeTwoWeeksAway_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTwoWeeksAway(). Returns a date-time value corresponding to the first day of the week that is after next week. |
ExpressionEditor_LocalDateTimeYesterday_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeYesterday(). Returns a date-time value corresponding to Yesterday. |
ExpressionEditor_Plus_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Adds the value of one numeric expression to another, or concatenates two strings. |
ExpressionEditor_Minus_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Finds the difference between two numbers. |
ExpressionEditor_Multiply_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Multiplies the value of two expressions. |
ExpressionEditor_Divide_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Divides the first operand by the second. |
ExpressionEditor_Modulo_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Returns the remainder (modulus) obtained by dividing one numeric expression into another. |
ExpressionEditor_BitwiseOr_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Compares each bit of its first operand to the corresponding bit of its second operand. If either bit is 1, the corresponding result bit is set to 1. Otherwise, the corresponding result bit is set to 0. |
ExpressionEditor_BitwiseAnd_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a bitwise logical AND operation between two integer values. |
ExpressionEditor_BitwiseXor_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a logical exclusion on two Boolean expressions, or a bitwise exclusion on two numeric expressions. |
ExpressionEditor_Equal_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Returns true if both operands have the same value; otherwise, it returns false. |
ExpressionEditor_NotEqual_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Returns true if the operands do not have the same value; otherwise, it returns false. |
ExpressionEditor_Less_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Less than operator. Used to compare expressions. |
ExpressionEditor_LessOrEqual_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Less than or equal to operator. Used to compare expressions. |
ExpressionEditor_GreaterOrEqual_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Greater than or equal to operator. Used to compare expressions. |
ExpressionEditor_Greater_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Greater than operator. Used to compare expressions. |
ExpressionEditor_In_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: In (,,,). Tests for the existence of a property in an object. |
ExpressionEditor_Like_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Compares a string against a pattern. If the value of the string matches the pattern, result is true. If the string does not match the pattern, result is false. If both string and pattern are empty strings, the result is true. |
ExpressionEditor_Between_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Between (,). Specifies a range to test. Returns true if a value is greater than or equal to the first operand and less than or equal to the second operand. |
ExpressionEditor_And_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a logical conjunction on two expressions. |
ExpressionEditor_Or_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs a logical disjunction on two Boolean expressions. |
ExpressionEditor_Not_Description
|
The description of the corresponding operator that is displayed to the right of the Expression Editor. Return Value: Performs logical negation on an expression. |
ExpressionEditor_Max_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Max(Value1, Value2). Returns the maximum value from the specified values. |
ExpressionEditor_Min_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Min(Value1, Value2). Returns the minimum value from the specified values. |
ExpressionEditor_StartsWith_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: StartsWith(String, StartString). Returns True if the beginning of String matches StartString; otherwise, False is returned. |
ExpressionEditor_EndsWith_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: EndsWith(String, EndString). Returns True if the end of String matches EndString; otherwise, False is returned. |
ExpressionEditor_Contains_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Contains(String, SubString). Returns True if SubString occurs within String; otherwise, False is returned. |
ExpressionEditor_IsThisWeek_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsThisWeek |
ExpressionEditor_IsThisMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsThisMonth |
ExpressionEditor_IsThisYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsThisYear |
ExpressionEditor_Fields_Description_Prefix
|
Return Value: The type of this field is: {0} |
ExpressionEditor_GridFields_Description_Prefix
|
The template of the description of grid fields that is displayed to the right of the Expression Editor. Return Value: Field Information. Caption: {1}. The type of this field is: {2} |
ExpressionEditor_Parameters_Description_Prefix
|
The description of the corresponding parameter that is displayed to the right of the Expression Editor. Return Value: The type of this parameter is: {0} |
ExpressionEditor_True_Description
|
The description of the corresponding constant that is displayed to the right of the Expression Editor. Return Value: Represents the Boolean True value. |
ExpressionEditor_False_Description
|
The description of the corresponding constant that is displayed to the right of the Expression Editor. Return Value: Represents the Boolean False value. |
ExpressionEditor_Null_Description
|
The description of the corresponding constant that is displayed to the right of the Expression Editor. Return Value: Represents a null reference, one that does not refer to any object. |
ExpressionEditor_Title
|
The title of the Expression Editor window. Return Value: Expression editor |
ExpressionEditor_AvgAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Avg(Value). Evaluates the average of the values in the collection. |
ExpressionEditor_CountAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Count(). Returns the number of objects in a collection. |
ExpressionEditor_ExistsAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Exists(). Determines whether the object exists in the collection. |
ExpressionEditor_MaxAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Max(Value). Returns the maximum expression value in a collection. |
ExpressionEditor_MinAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Min(Value). Returns the minimum expression value in a collection. |
ExpressionEditor_SumAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Sum(Value). Returns the sum of all the expression values in the collection. |
ExpressionEditor_SingleAggregate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: Single(). Returns a single object from the collection. |
ExpressionEditor_RowCount_Description
|
The description of the corresponding variable that is displayed to the right of the Expression Editor. Return Value: Returns the total amount of data rows in a datasource. |
ExpressionEditor_CurrentRowIndex_Description
|
The description of the corresponding variable that is displayed to the right of the Expression Editor. Return Value: Returns the index of the current data row in a datasource. Note that this index is zero-based. |
FilterGroupAnd
|
Return Value: And |
FilterGroupOr
|
Return Value: Or |
FilterGroupNotAnd
|
Return Value: Not And |
FilterGroupNotOr
|
Return Value: Not Or |
FilterGroupNotAndMenuCaption
|
Return Value: Not And |
FilterGroupNotOrMenuCaption
|
Return Value: Not Or |
FilterGroupAddCondition
|
Return Value: Add Condition |
FilterGroupAddGroup
|
Return Value: Add Group |
FilterGroupAddCustomExpression
|
Return Value: Add Custom Expression |
FilterGroupRemoveGroup
|
Return Value: Remove Group |
FilterGroupClearAll
|
Return Value: Clear All |
FilterEmptyValueText
|
Represents the string that is the non-specified second argument of a binary filter operation. Return Value: <enter a value> |
FilterEmptyPropertyText
|
Represents the caption of the Empty Property item. Return value: Empty |
FilterEmptyParameterText
|
Represents the caption of the Empty Paremeter item. Return value: Empty |
FilterEmptyDateTimeFunctionText
|
|
FilterExpressionEmptyValueText
|
|
FilterRulesEmptyValueText
|
Return Value: Empty |
FilterNoPropertiesFoundText
|
|
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 |
FilterClauseIsNotNull
|
Represents the caption of the Is not null filter clause. Return value: Is not null |
FilterClauseIsNull
|
Represents the caption of the Is null filter clause. Return value: Is null |
FilterClauseLess
|
Represents the caption of the Is less than filter clause. Return value: Is less than |
FilterClauseLessOrEqual
|
Represents the caption of the Is less than or equal to filter clause. Return value: Is less than or equal to |
FilterClauseLike
|
Represents the caption of the Is like filter clause. Return value: Is like |
FilterClauseNoneOf
|
Represents the caption of the Is none of filter clause. Return value: Is none of |
FilterClauseNotBetween
|
Represents the caption of the Is not between 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 Is not like filter clause. Return value: Is not like |
FilterClauseIsNullOrEmpty
|
Represents the caption of the Is blank filter clause. Return value: Is blank |
FilterClauseIsNotNullOrEmpty
|
Represents the caption of the Is not blank filter clause. Return value: Is not blank |
FilterClauseIsOn
|
Represents the caption of the Is on filter clause. Return value: Is on |
FilterClauseIsNotOn
|
Represents the caption of the Is not on filter clause. Return value: Is not on |
FilterClauseBetweenDates
|
Represents the caption of the Between dates filter clause. Return value: Between dates |
FilterClauseIsOnDates
|
Represents the caption of the On Dates filter clause. Return value: On Dates |
FilterClauseIsOnAnyOfTheFollowing
|
Represents the caption of the Is on any of the following filter clause. Return value: Is on any of the following |
FilterClauseIsBeyondThisYear
|
Represents the caption of the Is Beyond This Year filter clause. Return value: Is Beyond This Year |
FilterClauseIsLaterThisYear
|
Represents the caption of the Is Later This Year filter clause. Return value: Is Later This Year |
FilterClauseIsLaterThisMonth
|
Represents the caption of the Is Later This Month filter clause. Return value: Is Later This Month |
FilterClauseIsNextWeek
|
Represents the caption of the Is Next Week filter clause. Return value: Is Next Week |
FilterClauseIsLaterThisWeek
|
Represents the caption of the Is Later This Week filter clause. Return value: Is Later This Week |
FilterClauseIsTomorrow
|
Represents the caption of the Is Tomorrow filter clause. Return value: Is Tomorrow |
FilterClauseIsToday
|
Represents the caption of the Is Today filter clause. Return value: Is Today |
FilterClauseIsYesterday
|
Represents the caption of the Is Yesterday filter clause. Return value: Is Yesterday |
FilterClauseIsEarlierThisWeek
|
Represents the caption of the Is Earlier This Week filter clause. Return value: Is Earlier This Week |
FilterClauseIsLastWeek
|
Represents the caption of the Is Last Week filter clause. Return value: Is Last Week |
FilterClauseIsEarlierThisMonth
|
Represents the caption of the Is Earlier This Month filter clause. Return value: Is Earlier This Month |
FilterClauseIsEarlierThisYear
|
Represents the caption of the Is Earlier This Year filter clause. Return value: Is Earlier This Year |
FilterClauseIsPriorThisYear
|
Represents the caption of the Is Prior This Year filter clause. Return value: Is Prior This Year |
FilterClauseIsJanuary
|
Represents the caption of the Is January filter clause. Return value: Is January |
FilterClauseIsFebruary
|
Represents the caption of the Is February filter clause. Return value: Is February |
FilterClauseIsMarch
|
Represents the caption of the Is March filter clause. Return value: Is March |
FilterClauseIsApril
|
Represents the caption of the Is April filter clause. Return value: Is April |
FilterClauseIsMay
|
Represents the caption of the Is May filter clause. Return value: Is May |
FilterClauseIsJune
|
Represents the caption of the Is June filter clause. Return value: Is June |
FilterClauseIsJuly
|
Represents the caption of the Is July filter clause. Return value: Is July |
FilterClauseIsAugust
|
Represents the caption of the Is August filter clause. Return value: Is August |
FilterClauseIsSeptember
|
Represents the caption of the Is September filter clause. Return value: Is September |
FilterClauseIsOctober
|
Represents the caption of the Is October filter clause. Return value: Is October |
FilterClauseIsNovember
|
Represents the caption of the Is November filter clause. Return value: Is November |
FilterClauseIsDecember
|
Represents the caption of the Is December filter clause. Return value: Is December |
FilterClauseIsNotJanuary
|
Represents the caption of the Is Not January filter clause. Return value: Is Not January |
FilterClauseIsNotFebruary
|
Represents the caption of the Is Not February filter clause. Return value: Is Not February |
FilterClauseIsNotMarch
|
Represents the caption of the Is Not March filter clause. Return value: Is Not March |
FilterClauseIsNotApril
|
Represents the caption of the Is Not April filter clause. Return value: Is Not April |
FilterClauseIsNotMay
|
Represents the caption of the Is Not May filter clause. Return value: Is Not May |
FilterClauseIsNotJune
|
Represents the caption of the Is Not June filter clause. Return value: Is Not June |
FilterClauseIsNotJuly
|
Represents the caption of the Is Not July filter clause. Return value: Is Not July |
FilterClauseIsNotAugust
|
Represents the caption of the Is Not August filter clause. Return value: Is Not August |
FilterClauseIsNotSeptember
|
Represents the caption of the Is Not September filter clause. Return value: Is Not September |
FilterClauseIsNotOctober
|
Represents the caption of the Is Not October filter clause. Return value: Is Not October |
FilterClauseIsNotNovember
|
Represents the caption of the Is Not November filter clause. Return value: Is Not November |
FilterClauseIsNotDecember
|
Represents the caption of the Is Not December filter clause. Return value: Is Not December |
FilterClauseLocalDateTimeThisYear
|
Represents the caption of the This Year filter clause. Return value: This year |
FilterClauseLocalDateTimeThisMonth
|
Represents the caption of the This Month filter clause. Return value: This month |
FilterClauseLocalDateTimeLastWeek
|
Represents the caption of the Last Week filter clause. Return value: Last week |
FilterClauseLocalDateTimeThisWeek
|
Represents the caption of the This Week filter clause. Return value: This week |
FilterClauseLocalDateTimeYesterday
|
Represents the caption of the Yesterday filter clause. Return value: Yesterday |
FilterClauseLocalDateTimeToday
|
Represents the caption of the Today filter clause. Return value: Today |
FilterClauseLocalDateTimeNow
|
Represents the caption of the Now filter clause. Return value: Now |
FilterClauseLocalDateTimeTomorrow
|
Represents the caption of the Tomorrow filter clause. Return value: Tomorrow |
FilterClauseLocalDateTimeDayAfterTomorrow
|
Represents the caption of the Day After Tomorrow filter clause. Return value: Day after tomorrow |
FilterClauseLocalDateTimeNextWeek
|
Represents the caption of the Next Week filter clause. Return value: Next week |
FilterClauseLocalDateTimeTwoWeeksAway
|
Represents the caption of the Two Weeks Away filter clause. Return value: Two weeks away |
FilterClauseLocalDateTimeNextMonth
|
Represents the caption of the Next Month filter clause. Return value: Next month |
FilterClauseLocalDateTimeNextYear
|
Represents the caption of the Next Year filter clause. Return value: Next year |
FilterClauseLocalDateTimeTwoMonthsAway
|
Represents the caption of the Two months away filter clause. Return value: Two months away |
FilterClauseLocalDateTimeTwoYearsAway
|
Represents the caption of the Two years away filter clause. Return value: Two years away |
FilterClauseLocalDateTimeLastMonth
|
Represents the caption of the Last month filter clause. Return value: Last month |
FilterClauseLocalDateTimeLastYear
|
Represents the caption of the Last year filter clause. Return value: Last year |
FilterClauseLocalDateTimeYearBeforeToday
|
Represents the caption of the Year before today filter clause. Return value: Year before today |
FilterDateTimeOperatorMenuCaption
|
Specifies the caption of a submenu that contains date-time operators used to filter data Return value: DateTime operators |
FilterClauseIsOutlookIntervalBeyondThisYear
|
Represents the caption of the Beyond This Year filter clause. Return value: Beyond This Year |
FilterClauseIsOutlookIntervalLaterThisYear
|
Represents the caption of the Later This Year filter clause. Return value: Later This Year |
FilterClauseIsOutlookIntervalLaterThisMonth
|
Represents the caption of the Later This Month filter clause. Return value: Later This Month |
FilterClauseIsOutlookIntervalNextWeek
|
Represents the caption of the Next Week filter clause. Return value: Next Week |
FilterClauseIsOutlookIntervalLaterThisWeek
|
Represents the caption of the Later This Week filter clause. Return value: Later This Week |
FilterClauseIsOutlookIntervalTomorrow
|
Represents the caption of the Tomorrow filter clause. Return value: Tomorrow |
FilterClauseIsOutlookIntervalToday
|
Represents the caption of the Today filter clause. Return value: Today |
FilterClauseIsOutlookIntervalYesterday
|
Represents the caption of the Yesterday filter clause. Return value: Yesterday |
FilterClauseIsOutlookIntervalEarlierThisWeek
|
Represents the caption of the Earlier This Week filter clause. Return value: Earlier This Week |
FilterClauseIsOutlookIntervalLastWeek
|
Represents the caption of the Last Week filter clause. Return value: Last Week |
FilterClauseIsOutlookIntervalEarlierThisMonth
|
Represents the caption of the Earlier This Month filter clause. Return value: Earlier This Month |
FilterClauseIsOutlookIntervalEarlierThisYear
|
Represents the caption of the Earlier This Year filter clause. Return value: Earlier This Year |
FilterClauseIsOutlookIntervalPriorThisYear
|
Represents the caption of the Prior This Year filter clause. Return value: Prior This Year |
DateIntervalsMenuCaption
|
|
FilterEditorChecked
|
Specifies the textual representation of the Checked operator used when constructing a display string of filter criteria. Return value: Checked |
FilterEditorUnchecked
|
Specifies the textual representation of the Unchecked operator used when constructing a display string of filter criteria. Return value: Unchecked |
FilterToolTipNodeAction
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Actions |
FilterToolTipNodeAdd
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Adds a new condition to this group |
FilterToolTipNodeRemove
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Removes this condition |
FilterToolTipValueType
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Compare with a value / another field’s value |
FilterToolTipElementAdd
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: Adds a new item to the list |
FilterToolTipElementEdit
|
Return Value: Edit |
FilterToolTipKeysAdd
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: (Use the Insert or Add key) |
FilterToolTipKeysRemove
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. Return Value: (Use the Delete or Subtract key) |
FilterElementClauseFrom
|
Represents the caption of the From item. Return value: From |
FilterElementClauseTo
|
Represents the caption of the To item. Return value: To |
FilterElementFilterRules
|
Represents the caption of the Filter Rules tab. Return value: Filter Rules |
FilterElementFilterValues
|
Represents the caption of the Filter Values tab. Return value: Filter Values |
FilterElementAllItem
|
Represents the caption of the All filter clause. Return value: (All) |
FilterElementBlanksItem
|
Represents the caption of the Blanks filter clause. Return value: Blanks |
FilterElementEmptyItem
|
Represents the caption of the Empty filter clause. Return value: Is Empty |
FilterElementRadioAllItem
|
Represents the caption of the Radio All item. Return value: All |
FilterElementDateRangeFrom
|
Represents the caption of the Date Range From item. Return value: From |
FilterElementDateRangeTo
|
Represents the caption of the Date Range To item. Return value: To |
FilterValuesSortModeNoSort
|
Return Value: No Sort |
FilterValuesSortModeAvailableFirst
|
Return Value: Available First |
FilterValuesSortModePopularFirst
|
Return Value: Popular First |
FormatConditionFilters
|
Return Value: Format Condition Filters |
FormatConditionFiltersUpper
|
|
PredefinedFilters
|
Return Value: Predefined filters |
PredefinedFormatConditionTop
|
Return Value: Top N |
PredefinedFormatConditionBottom
|
Return Value: Bottom N |
PredefinedFormatConditionAboveAverage
|
Return Value: Above Average |
PredefinedFormatConditionBelowAverage
|
Return Value: Below Average |
PredefinedFormatConditionUnique
|
Return Value: Unique |
PredefinedFormatConditionDuplicate
|
Return Value: Duplicate |
FilterOperandValue
|
Return Value: Value |
FilterOperandProperty
|
Return Value: Property |
FilterOperandDateTimeFunction
|
|
FilterOperandParameter
|
Return Value: Parameter |
FilterPanelEditFilter
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. Return Value: Edit Filter |
FilterPanelClearFilter
|
The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. Return Value: Clear Filter |
FilterPanelEnableFilter
|
The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. Return Value: Enable Filter |
FilterPanelDisableFilter
|
The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. Return Value: Disable Filter |
FilterPanelExpand
|
|
FilterPanelMRU
|
|
FilterPanelCollapse
|
|
FilterPanelClauseIsThisWeek
|
Represents the caption of the Is this week filter clause in filter panel. Return value: Is this week |
FilterPanelClauseIsThisMonth
|
Represents the caption of the Is this month filter clause in filter panel. Return value: Is this month |
FilterPanelClauseIsThisYear
|
Represents the caption of the Is this year filter clause in filter panel. Return value: Is this year |
FilterPanelClauseIsNextYear
|
Represents the caption of the Is next year filter clause in filter panel. Return value: Is next year |
FilterPanelClauseIsNextMonth
|
Represents the caption of the Is next month filter clause in filter panel. Return value: Is next month |
FilterPanelClauseIsLastMonth
|
Represents the caption of the Is last month filter clause in filter panel. Return value: Is last month |
FilterPanelClauseIsLastYear
|
Represents the caption of the Is last year filter clause in filter panel. Return value: Is last year |
FilterPanelClauseIsNotThisWeek
|
Represents the caption of the Is not this week filter clause in filter panel. Return value: Is not this week |
FilterPanelClauseIsNotThisMonth
|
Represents the caption of the Is not this month filter clause in filter panel. Return value: Is not this month |
FilterPanelClauseIsNotThisYear
|
Represents the caption of the Is not this year filter clause in filter panel. Return value: Is not this year |
FilterPanelClauseIsNotNextYear
|
Represents the caption of the Is not next year filter clause in filter panel. Return value: Is not next year |
FilterPanelClauseIsNotNextMonth
|
Represents the caption of the Is not next month filter clause in filter panel. Return value: Is not next month |
FilterPanelClauseIsNotLastMonth
|
Represents the caption of the Is not last month filter clause in filter panel. Return value: Is not last month |
FilterPanelClauseIsNotLastYear
|
Represents the caption of the Is not last year filter clause in filter panel. Return value: Is not last year |
FilterPanelClauseIsBeyondThisYear
|
Represents the caption of the Is beyond this year filter clause in filter panel. Return value: Is beyond this year |
FilterPanelClauseIsLaterThisYear
|
Represents the caption of the Is later this year filter clause in filter panel. Return value: Is later this year |
FilterPanelClauseIsLaterThisMonth
|
Represents the caption of the Is later this month filter clause in filter panel. Return value: Is later this month |
FilterPanelClauseIsNextWeek
|
Represents the caption of the Is next week filter clause in filter panel. Return value: Is next week |
FilterPanelClauseIsLaterThisWeek
|
Represents the caption of the Is later this week filter clause in filter panel. Return value: Is later this week |
FilterPanelClauseIsTomorrow
|
Represents the caption of the Is tomorrow filter clause in filter panel. Return value: Is tomorrow |
FilterPanelClauseIsToday
|
Represents the caption of the Is today filter clause in filter panel. Return value: Is today |
FilterPanelClauseIsYesterday
|
Represents the caption of the Is yesterday filter clause in filter panel. Return value: Is yesterday |
FilterPanelClauseIsEarlierThisWeek
|
Represents the caption of the Is earlier this week filter clause in filter panel. Return value: Is earlier this week |
FilterPanelClauseIsLastWeek
|
Represents the caption of the Is last week filter clause in filter panel. Return value: Is last week |
FilterPanelClauseIsEarlierThisMonth
|
Represents the caption of the Is earlier this month filter clause in filter panel. Return value: Is earlier this month |
FilterPanelClauseIsEarlierThisYear
|
Represents the caption of the Is earlier this year filter clause in filter panel. Return value: Is earlier this year |
FilterPanelClauseIsPriorThisYear
|
Represents the caption of the Is prior this year filter clause in filter panel. Return value: Is prior this year |
FilterPanelClauseIsNotBeyondThisYear
|
Represents the caption of the Is not beyond this year filter clause in filter panel. Return value: Is not beyond this year |
FilterPanelClauseIsNotLaterThisYear
|
Represents the caption of the Is not later this year filter clause in filter panel. Return value: Is not later this year |
FilterPanelClauseIsNotLaterThisMonth
|
Represents the caption of the Is not later this month filter clause in filter panel. Return value: Is not later this month |
FilterPanelClauseIsNotNextWeek
|
Represents the caption of the Is not next week filter clause in filter panel. Return value: Is not next week |
FilterPanelClauseIsNotLaterThisWeek
|
Represents the caption of the Is not later this week filter clause in filter panel. Return value: Is not later this week |
FilterPanelClauseIsNotTomorrow
|
Represents the caption of the Is not tomorrow filter clause in filter panel. Return value: Is not tomorrow |
FilterPanelClauseIsNotToday
|
Represents the caption of the Is not today filter clause in filter panel. Return value: Is not today |
FilterPanelClauseIsNotYesterday
|
Represents the caption of the Is not yesterday filter clause in filter panel. Return value: Is not yesterday |
FilterPanelClauseIsNotEarlierThisWeek
|
Represents the caption of the Is not earlier this week filter clause in filter panel. Return value: Is not earlier this week |
FilterPanelClauseIsNotLastWeek
|
Represents the caption of the Is not last week filter clause in filter panel. Return value: Is not last week |
FilterPanelClauseIsNotEarlierThisMonth
|
Represents the caption of the Is not earlier this month filter clause in filter panel. Return value: Is not earlier this month |
FilterPanelClauseIsNotEarlierThisYear
|
Represents the caption of the Is not earlier this year filter clause in filter panel. Return value: Is not earlier this year |
FilterPanelClauseIsNotPriorThisYear
|
Represents the caption of the Is not prior this year filter clause in filter panel. Return value: Is not prior this year |
FilterPanelClauseBetween
|
Represents the caption of the Between filter clause in filter panel. Return value: Between |
FilterPanelClauseNotBetween
|
Represents the caption of the Not between filter clause in filter panel. Return value: Not between |
FilterPanelClauseNotLike
|
Represents the caption of the Not like filter clause in filter panel. Return value: Not like |
FilterPanelClauseNotStartsWith
|
Represents the caption of the Not starts with filter clause in filter panel. Return value: Not starts with |
FilterPanelClauseNotEndsWith
|
Represents the caption of the Not ends with filter clause in filter panel. Return value: Not ends with |
FilterPanelClauseNotContains
|
Represents the caption of the Not contains filter clause in filter panel. Return value: Not contains |
FilterPanelClauseNotIn
|
Represents the caption of the Not in filter clause in filter panel. Return value: Not in |
FilterPanelClauseTop
|
Represents the caption of the Top filter clause in filter panel. Return value: Top |
FilterPanelClauseBottom
|
Represents the caption of the Bottom filter clause in filter panel. Return value: Bottom |
PasswordBoxEditToolTipHeader
|
The header of the tip that appears when the PasswordBoxEdit editor is focused and the CAPS LOCK key has been pressed. Return Value: Caps Lock is On |
PasswordBoxEditToolTipContent
|
The message displayed in the tip that appears when the PasswordBoxEdit editor is focused and the CAPS LOCK key has been pressed. Return Value: Enabling Caps Lock may result in entering password incorrectly.{0}Disable Caps Lock before entering your password. |
WaitIndicatorText
|
Return Value: Loading… |
CantModifySelectedDates
|
The string that is the description of the exception invoked by an attempt to change the DateNavigator.SelectedDates property while the DateNavigator.IsMultiSelect property is set to false. Return Value: Can only change SelectedDates collection in multiple selection mode. Use FocusedDate in single select mode. |
StartNullText
|
|
EndNullText
|
|
PreviousWeek
|
|
ThisWeek
|
|
NextWeek
|
|
ThisMonth
|
|
Page
|
Represents the string that precedes the number of the current page in the DataPager. Return Value: Page |
Of
|
Represents the string that precedes the number of total amount of pages in the DataPager. Return Value: of {0} |
FirstPage
|
Return Value: First Page |
LastPage
|
Return Value: Last Page |
NextPage
|
|
PrevPage
|
|
RefreshPage
|
|
DisplayFormatTextControlExample
|
Return Value: Example: |
DisplayFormatTextControlPrefix
|
Return Value: Prefix: |
DisplayFormatTextControlSuffix
|
Return Value: Suffix: |
DisplayFormatTextControlDisplayFormatText
|
Return Value: Display format text: |
DisplayFormatHelperWrongDisplayFormatValue
|
Return Value: Invalid display format text |
DataTypeStringExample
|
Return Value: ABCXYZ |
DataTypeCharExample
|
Return Value: A |
DisplayFormatNullValue
|
Return Value: None |
DisplayFormatGroupTypeDefault
|
Return Value: Default |
DisplayFormatGroupTypeNumber
|
Return Value: Number |
DisplayFormatGroupTypePercent
|
Return Value: Percent |
DisplayFormatGroupTypeCurrency
|
Return Value: Currency |
DisplayFormatGroupTypeSpecial
|
Return Value: Special |
DisplayFormatGroupTypeDatetime
|
Return Value: Datetime |
DisplayFormatGroupTypeCustom
|
Return Value: Custom |
LookUpFind
|
The caption of the button to locate the records in the LookUpEdit editor. Return Value: Find |
LookUpSearch
|
Return Value: Search |
LookUpClose
|
The caption of the button to close the Search Panel. Return Value: Close |
LookUpAddNew
|
The caption of the button to add a new row in the LookUpEdit editor. Return Value: Add New |
LookUpNext
|
Represents the caption of the Next search panel navigation button in the SearchControl editor. Return Value: Next |
LookUpPrevious
|
Represents the caption of the Previous search panel navigation button in the SearchControl editor. Return Value: Previous |
LookUpResultInfo
|
|
LookUpShow
|
|
ConfirmationDialogMessage
|
The message that is contained in the dialog window that appears when the end-user tries to set a font in the FontEdit.Font that cannot be found in the system. The FontEdit.AllowConfirmFontUseDialog property should be set to true to allow for the window to appear. Return Value:The font "{0}" is not available on your system. Do you want to use it anyway? |
ConfirmationDialogCaption
|
The title of the dialog window that appears when the end-user tries to set a font in the FontEdit that cannot be found in the system. The FontEdit.AllowConfirmFontUseDialog property should be set to true to allow for the window to appear. Return Value: Confirmation |
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 DXGrid (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 DXGrid (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 DXGrid (or other) control. Return Value: Indeterminate |
InvalidValueConversion
|
Return Value: Invalid value conversion |
Today
|
Return Value: Today |
SparklineViewArea
|
Return Value: Area |
SparklineViewBar
|
Return Value: Bar |
SparklineViewLine
|
Return Value: Line |
SparklineViewWinLoss
|
Return Value: WinLoss |
CMYK
|
Represents the caption of the CMYK color model. Return Value: CMYK |
RGB
|
Represents the caption of the RGB color model. Return Value: RGB |
HLS
|
Represents the caption of the HLS color model. Return Value: HLS |
HSB
|
Represents the caption of the HSB color model. Return Value: HSB |
ColorPickerRed
|
Represents the caption of the red color. Return Value: Red |
ColorPickerGreen
|
Represents the caption of the green color. Return Value: Green |
ColorPickerBlue
|
Represents the caption of the blue color. Return Value: Blue |
ColorPickerAlpha
|
Represents the caption of the alpha channel attribute in the color picker. Return Value: Alpha |
ColorPickerCyan
|
Represents the caption of the cyan color. Return Value: Cyan |
ColorPickerMagenta
|
Represents the caption of the magenta color. Return Value: Magenta |
ColorPickerYellow
|
Represents the caption of the yellow color. Return Value: Yellow |
ColorPickerKeyColor
|
Return Value: Key color |
ColorPickerHue
|
Represents the caption of the hue attribute in the color picker. Return Value: Hue |
ColorPickerSaturation
|
Represents the caption of the saturation attribute in the color picker. Return Value: Saturation |
ColorPickerLightness
|
Represents the caption of the lightness attribute in the color picker. Return Value: Lightness |
ColorPickerBrightness
|
Represents the caption of the brightness attribute in the color picker. Return Value: Brightness |
Caption_CommonCharactersToggleButton
|
Return value: Common Characters |
Caption_SpecialCharactersToggleButton
|
Return value: Special Characters |
Caption_SymbolFormSearchByCode
|
Represents the caption of the Search by code box in the Symbol dialog of the SpreadsheetControl and RichEditControl. Return value: Search by code: |
Caption_SymbolFormFontName
|
Represents the caption of the Font name box in the Symbol dialog of the SpreadsheetControl and RichEditControl. Return value: Font name: |
Caption_SymbolFormCharacterSet
|
Represents the caption of the Character set box in the Symbol dialog of the SpreadsheetControl and RichEditControl. Return value: Character set: |
Caption_SymbolFormFilter
|
Represents the caption of the Filter box in the Symbol dialog of the SpreadsheetControl and RichEditControl. Return value: Filter: |
Caption_EncodingUnicode
|
Represents the corresponding item in the Character set drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Unicode”. |
Caption_UnicodeCategoryAllSymbols
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “All Symbols”. |
Caption_UnicodeCategoryUppercaseLetter
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Uppercase Letter”. |
Caption_UnicodeCategoryLowercaseLetter
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Lowercase Letter”. |
Caption_UnicodeCategoryTitlecaseLetter
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Titlecase Letter”. |
Caption_UnicodeCategoryModifierLetter
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Modifier Letter”. |
Caption_UnicodeCategoryOtherLetter
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Other Letter”. |
Caption_UnicodeCategoryNonSpacingMark
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Nonspacing Mark”. |
Caption_UnicodeCategorySpacingCombiningMark
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Spacing Combining Mark”. |
Caption_UnicodeCategoryEnclosingMark
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Enclosing Mark”. |
Caption_UnicodeCategoryDecimalDigitNumber
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Decimal Digit Number”. |
Caption_UnicodeCategoryLetterNumber
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Letter Number”. |
Caption_UnicodeCategoryOtherNumber
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Other Number”. |
Caption_UnicodeCategorySpaceSeparator
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Space Separator”. |
Caption_UnicodeCategoryLineSeparator
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Line Separator”. |
Caption_UnicodeCategoryParagraphSeparator
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Paragraph Separator”. |
Caption_UnicodeCategoryControl
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Control”. |
Caption_UnicodeCategoryFormat
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Format”. |
Caption_UnicodeCategorySurrogate
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Surrogate”. |
Caption_UnicodeCategoryPrivateUse
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Private-use”. |
Caption_UnicodeCategoryConnectorPunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Connector Punctuation”. |
Caption_UnicodeCategoryDashPunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Dash Punctuation”. |
Caption_UnicodeCategoryOpenPunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Open Punctuation”. |
Caption_UnicodeCategoryClosePunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Close Punctuation”. |
Caption_UnicodeCategoryInitialQuotePunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Initial Quote Punctuation”. |
Caption_UnicodeCategoryFinalQuotePunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Final Quote Punctuation”. |
Caption_UnicodeCategoryOtherPunctuation
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Other Punctuation”. |
Caption_UnicodeCategoryMathSymbol
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Math Symbol”. |
Caption_UnicodeCategoryCurrencySymbol
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Currency Symbol”. |
Caption_UnicodeCategoryModifierSymbol
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Modifier Symbol”. |
Caption_UnicodeCategoryOtherSymbol
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Other Symbol”. |
Caption_UnicodeCategoryOtherNotAssigned
|
Represents the corresponding category in the Filter drop-down list of the Symbol dialog in the SpreadsheetControl and RichEditControl. Return value: “Other Not Assigned”. |
DatePickerHours
|
Return value: hours |
DatePickerMinutes
|
Return value: mins |
DatePickerSeconds
|
Return value: secs |
DatePickerMilliseconds
|
Return value: msecs |
BrushEditNone
|
Return Value: None |
BrushEditSolid
|
Return Value: Solid |
BrushEditLinear
|
Return Value: Linear |
BrushEditRadial
|
Return Value: Radial |
BrushEditStartPoint
|
Return Value: StartPoint |
BrushEditStartPointDescription
|
Return Value: Gets or sets the two-dimensional coordinates for the start point of the linear gradient. |
BrushEditEndPoint
|
Return Value: EndPoint |
BrushEditEndPointDescription
|
Return Value: Gets or sets the two-dimensional coordinates for the end point of the linear gradient. |
BrushEditMappingMode
|
Return Value: MappingMode |
BrushEditMappingModeDescription
|
Return Value: Gets or sets a value that specifies whether the gradient brush positioning coordinates are absolute or relative to the output area. |
BrushEditSpreadMethod
|
Return Value: SpreadMethod |
BrushEditSpreadMethodDescription
|
Return Value: Gets or sets the type of spread method that specifies how to draw a gradient that starts or ends inside the bounds of the object to be painted. |
BrushEditGradientOrigin
|
Return Value: GradientOrigin |
BrushEditGradientOriginDescription
|
Return Value: Gets or sets the two-dimensional focal point that defines the beginning of a gradient. |
BrushEditCenter
|
Return Value: Center |
BrushEditCenterDescription
|
Return Value: Gets or sets the center of the outermost circle of the radial gradient. |
BrushEditRadiusX
|
Return Value: RadiusX |
BrushEditRadiusXDescription
|
Return Value: Gets or sets the horizontal radius of the outermost circle of the radial gradient. |
BrushEditRadiusY
|
Return Value: RadiusY |
BrushEditRadiusYDescription
|
Return Value: Gets or sets the vertical radius of the outermost circle of the radial gradient. |
TrackBarEditRangeCaption
|
Represents the caption of the tooltip displayed within the track bar when a range value is selected. Return value: “{0} - {1}” |
TrackBarEditSelectionStart
|
|
TrackBarEditSelectionEnd
|
|
TokenEditorNewTokenText
|
Return Value: New… |
CameraSettingsCaption
|
Represents the title of the Camera Settings built-in panel in the CameraControl. Return Value: Camera Settings |
CameraResolutionCaption
|
Represents the caption of the video resolution setting in the CameraControl. Return Value: Resolution: |
CameraBrightnessCaption
|
Represents the caption of the video brightness setting in the CameraControl. Return Value: Brightness: |
CameraContrastCaption
|
Represents the caption of the video contrast setting in the CameraControl. Return Value: Contrast: |
CameraDesaturateCaption
|
Represents the caption of the video saturation setting in the CameraControl. Return Value: Desaturate |
CameraResetButtonCaption
|
Represents the caption of the Reset button in the CameraControl. Return Value: Reset To Default |
CameraDeviceCaption
|
Represents the caption of the device selection combo-box in the CameraControl. Return Value: Device: |
CameraAgainButtonCaption
|
Represents the caption of the Try Again button in the Take Picture dialog of the ImageEdit control. Return Value: Try Again |
CameraTakePictureCaption
|
Represents the title of the Take Picture dialog of the ImageEdit control. Return Value: Take Picture |
CameraTakePictureToolTip
|
Represents the hint of the Take Picture button of the ImageEdit control. Return Value: Take Picture From Camera |
CameraCaptureButtonCaption
|
Represents the caption of the Capture button in the Take Picture dialog of the ImageEdit control. Return Value: Capture |
CameraErrorCaption
|
Represents the error message shown in the CameraControl when the webcam is not available. Return Value: The webcam is not available. Try closing other applications that might be using it. |
CameraRefreshButtonCaption
|
Represents the caption of the Refresh button in the CameraControl. Return Value: Refresh |
CameraNoDevicesErrorCaption
|
Represents the error message shown in the CameraControl when the application couldn’t find a webcam. Return Value: The application couldn’t find a webcam. |
ExpressionEditor_IsNextMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNextMonth(DateTime). Returns True if the specified date falls within the next month. |
ExpressionEditor_IsNextYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNextYear(DateTime). Returns True if the specified date falls within the next year. |
ExpressionEditor_IsLastMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsLastMonth(DateTime). Returns True if the specified date falls within the previous month. |
ExpressionEditor_IsLastYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsLastYear(DateTime). Returns True if the specified date falls within the previous year. |
ExpressionEditor_IsYearToDate_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsYearToDate(DateTime). Returns True if the specified date falls within the year-to-date period (starting from the first day of the current year and continuing up to the current date). |
ExpressionEditor_LocalDateTimeTwoMonthsAway_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTwoMonthsAway(). Returns a date-time value corresponding to the first day of the month after next. |
ExpressionEditor_LocalDateTimeTwoYearsAway_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeTwoYearsAway(). Returns a date-time value corresponding to the first day of the year after next. |
ExpressionEditor_LocalDateTimeLastMonth_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeLastMonth(). Returns a date-time value corresponding to the first day of the previous month. |
ExpressionEditor_LocalDateTimeLastYear_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeLastYear(). Returns a date-time value corresponding to the first day of the previous year. |
ExpressionEditor_LocalDateTimeYearBeforeToday_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: LocalDateTimeYearBeforeToday(). Returns a date-time value corresponding to the day one year ago. |
ExpressionEditor_IsJanuary_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsJanuary(DateTime). Returns True if the specified date falls within January. |
ExpressionEditor_IsFebruary_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsFebruary(DateTime). Returns True if the specified date falls within February. |
ExpressionEditor_IsMarch_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsMarch(DateTime). Returns True if the specified date falls within March. |
ExpressionEditor_IsApril_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsApril(DateTime). Returns True if the specified date falls within April. |
ExpressionEditor_IsMay_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsMay(DateTime). Returns True if the specified date falls within May. |
ExpressionEditor_IsJune_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsJune(DateTime). Returns True if the specified date falls within June. |
ExpressionEditor_IsJuly_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsJuly(DateTime). Returns True if the specified date falls within July. |
ExpressionEditor_IsAugust_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsAugust(DateTime). Returns True if the specified date falls within August. |
ExpressionEditor_IsSeptember_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsSeptember(DateTime). Returns True if the specified date falls within September. |
ExpressionEditor_IsOctober_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsOctober(DateTime). Returns True if the specified date falls within October. |
ExpressionEditor_IsNovember_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsNovember(DateTime). Returns True if the specified date falls within November. |
ExpressionEditor_IsDecember_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsDecember(DateTime). Returns True if the specified date falls within December. |
ExpressionEditor_IsSameDay_Description
|
The description of the corresponding function that is displayed to the right of the Expression Editor. Return Value: IsSameDay(DateTime, DateTime). Returns True if the specified date-time values fall within the same day. |
DragDropAddRecords
|
Return Value: Add records: |
DragDropInsertBefore
|
Return Value: Insert before record: |
DragDropInsertAfter
|
Return Value: Insert after record: |
DragDropMoveToChildren
|
Return Value: Move to children collection: |
DragDropCannotDrop
|
Return Value: Cannot drop here: |
DragDropOneRecord
|
Return Value: Dragging 1 record: |
DragDropMultipleRecords
|
Return Value: Dragging {0} records |
TimeSpanDays
|
A string presentation of days. Return Value: day |
TimeSpanDaysPlural
|
A string presentation of days. Return Value: days |
TimeSpanDaysShort
|
A string presentation of days. Return Value: d |
TimeSpanHours
|
A string presentation of hours. Return Value: hour |
TimeSpanHoursPlural
|
A string presentation of hours. Return Value: hours |
TimeSpanHoursShort
|
A string presentation of hours. Return Value: h |
TimeSpanMinutes
|
A string presentation of minutes. Return Value: minute |
TimeSpanMinutesPlural
|
A string presentation of minutes. Return Value: minutes |
TimeSpanMinutesShort
|
A string presentation of minutes. Return Value: m |
TimeSpanSeconds
|
A string presentation of seconds. Return Value: second |
TimeSpanSecondsPlural
|
A string presentation of seconds. Return Value: seconds |
TimeSpanSecondsShort
|
A string presentation of seconds. Return Value: s |
TimeSpanFractionalSeconds
|
A string presentation of fractions of seconds. Return Value: fractional |
TimeSpanFractionalSecondsPlural
|
A string presentation of fractions of seconds. Return Value: fractional |
TimeSpanFractionalSecondsShort
|
A string presentation of fractions of seconds. Return Value: f |
TimeSpanMilliseconds
|
A string presentation of milliseconds. Return Value: millisecond |
TimeSpanMillisecondsPlural
|
A string presentation of milliseconds. Return Value: milliseconds |
TimeSpanMillisecondsShort
|
A string presentation of milliseconds. Return Value: ms |
ThemedWindow_Minimize
|
A text displayed in the ThemeWindow’s Minimize button tooltip. Return value: Minimize |
ThemedWindow_Restore
|
A text displayed in the ThemeWindow’s Restore button tooltip. Return value: Restore |
ThemedWindow_Maximize
|
A text displayed in the ThemeWindow’s Maximize button tooltip. Return value: Maximize |
ThemedWindow_Close
|
A text displayed in the ThemeWindow’s Close button tooltip. Return value: Close |
TimePicker_ValidationErrorLessThan
|
Represents a time picker’s error message displayed when the entered value is invalid. Return value: Value must be less than {0:G} |
TimePicker_ValidationErrorGreaterThan
|
Represents a time picker’s error message displayed when the entered value is invalid. Return value: Value must be greater than {0:G} |
TimePicker_ValidationErrorInRange
|
Represents a time picker’s error message displayed when the entered value is invalid. Return value: Value must be between {0:G} and {1:G} |
BrowsePathEdit_DropNullText
|
Remarks
To learn more, see Localization.