ComponentSpace Country Picker Control Reference

CountryPicker.Country Property

Gets or sets the selected country.

[Visual Basic]
Public Property Country As Country
[C#]
public Country Country {get; set;}

Property Value

The selected country. The default is the USA.

Exceptions

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

See Also

CountryPicker Class | ComponentSpace.CountryPicker Namespace