[]
Initializes a new instance of the ChoiceFieldItem class.
public ChoiceFieldItem()
Initializes a new instance of the ChoiceFieldItem class.
public ChoiceFieldItem(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The item's text. |
Initializes a new instance of the ChoiceFieldItem class.
public ChoiceFieldItem(string text, string value)
| Type | Name | Description |
|---|---|---|
| string | text | The item's text. |
| string | value | The item's value. |