ViewLocalizerBase<TEnum>.Id Property
In This Article
Gets or sets the id of a control’s localization string.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public TEnum Id { get; set; }
#Property Value
Type | Description |
---|---|
TEnum | The id of a control’s localization string. |
See Also