[]
Represents an checkBoxList/radioList item.
public class SelectFieldItem
Generate an item for check box list or radio button list.
public SelectFieldItem()
Generate an item for check box list or radio button list.
public SelectFieldItem(string text, object value)
text
stringThe text of the item.
value
objectThe value of the item.
Gets or sets the value of the item.
public string Text { get; set; }
Gets or sets the text of the item.
public object Value { get; set; }