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