Skip to main content
A newer version of this page is available. .

EditorStringId Enum

Contains values corresponding to strings that can be localized.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public enum EditorStringId

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

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

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

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
FilterCriteriaToStringIn

Specifies the textual representation of the In function used when constructing a display string of filter criteria.

Return value: In

FilterCriteriaToStringIsOnDates
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

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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns a date-time value that is the specified number of years away from the specieid DateTime.

ExpressionEditor_Ascii_Description

The description of the corresponding function that is displayed to the right of the Expression Editor.

Return Value: Ascii(String)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nConverts 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nExtracts 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)\r\nReturns either TruePart or FalsePart, depending on the evaluation of the Boolean Expression.

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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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()\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReverses 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()\r\nReturns 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)\r\nRounds 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)\r\nRounds 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nRetrieves 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)\r\nRetrieves 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)\r\nReturns 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)\r\nReturns 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()\r\nReturns 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)\r\nConverts 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)\r\nConverts 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)\r\nConverts 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)\r\nConverts 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)\r\nConverts 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)\r\nReturns 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)\r\nRemoves 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)\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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 (,,,)\r\nTests 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 (,)\r\nSpecifies 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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\r\nCaption: {1}\r\nThe 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)\r\nEvaluates 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()\r\nReturns 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()\r\nDetermines 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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()\r\nReturns 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: NotAnd

FilterGroupNotOr

Return Value: NotOr

FilterGroupNotAndMenuCaption
FilterGroupNotOrMenuCaption
FilterGroupAddCondition

Return Value: Add Condition

FilterGroupAddGroup

Return Value: Add Group

FilterGroupAddCustomExpression
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>

FilterExpressionEmptyValueText
FilterRulesEmptyValueText
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

FilterClauseBetweenDates
FilterClauseIsOnDates
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
FilterClauseIsFebruary
FilterClauseIsMarch
FilterClauseIsApril
FilterClauseIsMay
FilterClauseIsJune
FilterClauseIsJuly
FilterClauseIsAugust
FilterClauseIsSeptember
FilterClauseIsOctober
FilterClauseIsNovember
FilterClauseIsDecember
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

FilterDateTimeOperatorMenuCaption

Specifies the caption of a submenu that contains date-time operators used to filter data

Return value: DateTime operators

FilterClauseIsOutlookIntervalBeyondThisYear
FilterClauseIsOutlookIntervalLaterThisYear
FilterClauseIsOutlookIntervalLaterThisMonth
FilterClauseIsOutlookIntervalNextWeek
FilterClauseIsOutlookIntervalLaterThisWeek
FilterClauseIsOutlookIntervalTomorrow
FilterClauseIsOutlookIntervalToday
FilterClauseIsOutlookIntervalYesterday
FilterClauseIsOutlookIntervalEarlierThisWeek
FilterClauseIsOutlookIntervalLastWeek
FilterClauseIsOutlookIntervalEarlierThisMonth
FilterClauseIsOutlookIntervalEarlierThisYear
FilterClauseIsOutlookIntervalPriorThisYear
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
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
FilterElementClauseTo
FilterElementFilterRules
FilterElementFilterValues
FilterElementAllItem
FilterElementBlanksItem
FilterElementEmptyItem
FilterElementRadioAllItem
FilterElementDateRangeFrom
FilterElementDateRangeTo
FilterValuesSortModeNoSort
FilterValuesSortModeAvailableFirst
FilterValuesSortModePopularFirst
PredefinedFilters

Return Value: Predefined filters

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

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.

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
LastPage
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.

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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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()\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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)\r\nReturns 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

Remarks

To learn more, see Localization.

See Also