Skip to main content

GridControlLocalizer.GetString(GridControlStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public static string GetString(
    GridControlStringId id
)

Parameters

Name Type Description
id GridControlStringId

A GridControlStringId enumeration value identifying the string to localize.

Returns

Type Description
String

A String corresponding to the specified identifier.

Remarks

For more information on localization, refer to Localization.

See Also