[]
Represents an item displayed in ChoiceField.
public class ChoiceFieldItem
| Name | Description |
|---|---|
| ChoiceFieldItem() | Initializes a new instance of the ChoiceFieldItem class. |
| ChoiceFieldItem(string) | Initializes a new instance of the ChoiceFieldItem class. |
| ChoiceFieldItem(string, string) | Initializes a new instance of the ChoiceFieldItem class. |
| Name | Description |
|---|---|
| Text | Gets or sets the text used to display an item. |
| Value | Gets or sets the value of item, if not specified then Text will be used as value. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |