ComponentSpace State Picker Control Reference

StatePicker.DisplayStateNames Property

Gets or sets the flag indicating whether to display state names rather than codes.

[Visual Basic]
Public Property DisplayStateNames As Boolean
[C#]
public bool DisplayStateNames {get; set;}

Property Value

The flag indicating whether to display state names rather than codes. The default is true.

Exceptions

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

See Also

StatePicker Class | ComponentSpace.StatePicker Namespace