Back to Devexpress

UtilsUIStringId Enum

windowsforms-devexpress-dot-utils-dot-ui-dot-localization.md

latest3.2 KB
Original Source

UtilsUIStringId Enum

Contains values corresponding to strings that can be localized for the WPF Report Designer’s Field List.

Namespace : DevExpress.Utils.UI.Localization

Assembly : DevExpress.Utils.v25.2.UI.dll

NuGet Package : DevExpress.Utils.UI

Declaration

csharp
public enum UtilsUIStringId
vb
Public Enum UtilsUIStringId

Members

NameDescription
Cmd_AddCalculatedField

“Add Calculated Field”

| | Cmd_EditCalculatedFields |

“Edit Calculated Fields…”

| | Cmd_ClearCalculatedFields |

“Remove All Calculated Fields”

| | Cmd_AddParameter |

“Add Parameter”

| | Cmd_EditParameters |

“Edit Parameters…”

| | Cmd_ClearParameters |

“Remove All Parameters”

| | Cmd_DeleteParameter |

“Delete”

| | Cmd_EditExpression |

“Edit Expression…”

| | Cmd_DeleteCalculatedField |

“Delete”

| | Parameter_Type_String |

“String”

| | Parameter_Type_DateTime |

“DateTime”

| | Parameter_Type_DateOnly | | | Parameter_Type_TimeOnly | | | Parameter_Type_Int16 |

“Int16”

| | Parameter_Type_Int32 |

“Int32”

| | Parameter_Type_Int64 |

“Number (64 bit integer)”

| | Parameter_Type_Float |

“Float”

| | Parameter_Type_Double |

“Double”

| | Parameter_Type_Decimal |

“Decimal”

| | Parameter_Type_Boolean |

“Boolean”

| | Parameter_Type_Guid |

“Guid”

| | NonePickerNodeText |

“None”.

| | FSForm_Msg_BadSymbol |

“Error: Illegal symbol(s)”.

| | FSForm_Cat_Special |

“Special”.

| | FSForm_Cat_Percent |

“Percent”.

| | FSForm_Cat_Number |

“Number”.

| | FSForm_Cat_Int32 |

“Int32”.

| | FSForm_Cat_General |

“General”.

| | FSForm_Cat_DateTime |

“DateTime”.

| | FSForm_Cat_Currency |

“Currency”.

| | Msg_ErrorTitle |

“Error”.

| | Msg_ContainsIllegalSymbols |

“Input format string contains illegal symbol(s).”

| | Msg_FormatStringNotFound |

“The format string is not contained in any of the standard categories.”

| | PropGrid_TTip_Alphabetical |

“Alphabetical”.

| | PropGrid_TTip_Categorized |

“Categorized”.

| | PropGrid_TTip_Properties |

“Properties”

| | PropGrid_TTip_FavoriteProperties |

“Favorite Properties”

| | PropGrid_TTip_Expressions |

“Expressions”

| | PropGrid_Capt_ShowFavorites |

“Show Favorite Properties”

| | PropGrid_Capt_EditFavorites |

“Edit Favorite Properties…”

| | CollectionEditor_Cancel |

“Add or remove <name of the collection item type> objects”

| | ParameterCollectionEditor_Title |

“Parameters”

|

Remarks

For more information, see Localization.

See Also

DevExpress.Utils.UI.Localization Namespace