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

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.v19.1.Core.dll

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