ComponentSpace Country Picker Control Reference

Country Constructor

Initializes a new instance of the Country class with the specified country code and name.

Overload List

Initializes a new instance of the Country class with the specified country code and name.

public Country(string,string);

Initializes a new instance of the Country class with the specified country code and name. Also, indicate whether the country can be selected.

public Country(string,string,bool);

See Also

Country Class | ComponentSpace.CountryPicker Namespace