DataViewBase.LocalizationDescriptor Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The collection of resource strings that can be localized at runtime can be obtained by the DataViewBase.RuntimeLocalizationStrings property.
See Also