ComponentSpace State Picker Control Reference

StatePicker.State Property

Gets or sets the selected state.

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

Property Value

The selected state. The default is California.

Exceptions

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

See Also

StatePicker Class | ComponentSpace.StatePicker Namespace