ComponentSpace Country Picker Control Reference

CountryPicker.DisplayCountryNames Property

Gets or sets the flag indicating whether to display country names rather than codes.

[Visual Basic]
Public Property DisplayCountryNames As Boolean
[C#]
public bool DisplayCountryNames {get; set;}

Property Value

The flag indicating whether to display country names rather than codes. The default is true.

Exceptions

Exception Type Condition
CountryPickerException Thrown when the get/set fails.

See Also

CountryPicker Class | ComponentSpace.CountryPicker Namespace