[]
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)
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; }