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

VGridLocalizer Class

A base class that provides necessary functionality for custom localizers of the Vertical Grid control.

Namespace: DevExpress.XtraVerticalGrid.Localization

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public class VGridLocalizer :
    XtraLocalizer<VGridStringId>

Remarks

Note

There are controls that only satellite assemblies can translate (for example, the Search dialog in XtraReports). We recommend that you use satellite assemblies to translate the application. Also, note that satellite assemblies are ignored if you use a custom localizer.

For more information on utilizing the VGridLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
XtraLocalizer<DevExpress.XtraVerticalGrid.Localization.VGridStringId>
VGridLocalizer
See Also