[]
Generate an item for check box list or radio button list.
public SelectFieldItem(string text, object value)
Public Sub New(text As String, value As Object)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the item. |
| object | value | The value of the item. |
Generate an item for check box list or radio button list.
public SelectFieldItem()
Public Sub New()