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