ComponentSpace Country Picker Control Reference

CountryCollection.Item Property

Get the country at the specified index in the collection.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As Country
[C#]
public Country this[
   int index
] {get;}

See Also

CountryCollection Class | ComponentSpace.CountryPicker Namespace