Property UseCodedValues
UseCodedValues
Gets or sets a value indicating whether the data source should translate domain identifiers into meanings using a CodedValueDomain.
Declaration
public bool UseCodedValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A value indicating whether the data source should translate domain identifiers into meanings using a CodedValueDomain. |
Remarks
For any translation to occur, the data source must have one or more CodedValueDomain set up for the attribute fields.
This property only affects Simple label expressions. Arcade expressions can use functions to specify when code translations should be carried out. Coded value translation for Webmap expressions is not currently supported.
The default value is true
, meaning translation will be done when possible.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |