Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

DataViewBase.LocalizationDescriptor Property

Allows you to implement the capability for end-users to change localization at runtime.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

[Browsable(false)]
public LocalizationDescriptor LocalizationDescriptor { get; }

#Property Value

Type Description
DevExpress.Xpf.Grid.LocalizationDescriptor

A DevExpress.Xpf.Grid.LocalizationDescriptor object.

#Remarks

The collection of resource strings that can be localized at runtime can be obtained by the DataViewBase.RuntimeLocalizationStrings property.

See Also