XtraLocalizer.QueryLocalizedStringEventArgs.ToString() Method
Returns a string in the following format: {ResourceStringID}: “{Value}”/“{InvariantString”}.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
String | The string representation of the current object (for example, GridStringId.MenuColumnSortAscending: "Aufsteigend sortieren"/"Sort Ascending"). |
See Also