ComponentSpace State Picker Control Reference

StatePicker.States Property

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

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

Property Value

The list of states from which to choose.

Exceptions

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

See Also

StatePicker Class | ComponentSpace.StatePicker Namespace