VGridLocalizer.GetString(VGridStringId) Method
Returns a localized string for the specified UI element.
Namespace: DevExpress.XtraVerticalGrid.Localization
Assembly: DevExpress.XtraVerticalGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | DevExpress.XtraVerticalGrid.Localization.VGridStringId | A value that uniquely identifies a UI element. |
Returns
| Type | Description |
|---|---|
| String | The localized string. |
See Also