GridLocalizer.GetString(GridStringId) Method
Returns the localization string value by its key.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public static string GetString(
GridStringId key
)
Parameters
| Name | Type | Description |
|---|---|---|
| key | GridStringId | The localization string key. |
Returns
| Type | Description |
|---|---|
| String | The value of the localization string, considering the device culture. |
See Also