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

TreeListLocalizer Class

A base class that provides necessary functionality for custom localizers of the Tree List control.

Namespace: DevExpress.XtraTreeList.Localization

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public class TreeListLocalizer :
    XtraLocalizer<TreeListStringId>

Remarks

Note

Not all strings can be translated via Localizers. Specific components contain form resources (for example, the XtraReports Search dialog), which should use satellite assemblies for translation.

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

Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
XtraLocalizer<DevExpress.XtraTreeList.Localization.TreeListStringId>
TreeListLocalizer
See Also