Back to Devexpress

DataViewBase.LocalizationDescriptor Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-4bbc2343.md

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public LocalizationDescriptor LocalizationDescriptor { get; }
vb
<Browsable(False)>
Public ReadOnly Property LocalizationDescriptor As LocalizationDescriptor

Property Value

TypeDescription
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

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace