The following tables list the members exposed by ChoiceOption.
Public Properties
| Name | Description |
| ExportValue |
Gets or sets a value indicating the string that is sent as the value of this choice
when the field is submitted.
|
| Label |
Gets or sets the display text for this choice. Only valid for ListBox and ComboBox
choice options. For RadioGroup and CheckBox options it will always be an empty string,
and setting it has has no effect.
|
| Selected |
Gets a value indicating whether this choice is selected or not.
|
Top
See Also