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.RuntimeLocalizationStrings Property

Gets the collection of resource strings that can be localized at runtime. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridRuntimeStringCollection RuntimeLocalizationStrings { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Grid.GridRuntimeStringCollection

A DevExpress.Xpf.Grid.GridRuntimeStringCollection object that contains resource strings that can be localized at runtime.

See Also