Skip to main content
A newer version of this page is available. .

GridControlLocalizer.GetString(GridControlStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

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