LocalizableString.Value Property
Gets the current localized string value. The value is updated automatically when the culture changes.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
String | The current localized string value. |
See Also