ComponentSpace Country Picker Control Reference

CountryPicker.Countries Property

Gets or sets the list of countries from which to choose.

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

Property Value

The list of countries from which to choose.

Exceptions

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

See Also

CountryPicker Class | ComponentSpace.CountryPicker Namespace