Skip to main content
ON

LocalizerExtension.Key Property

Gets or sets the resource key used to get localized values based on the current culture (locale). This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public string Key { get; set; }

Property Value

Type Description
String

The resource key used to get localized values based on the current culture (locale).

See Also