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.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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