[]
Represents an comboBox item.
public class ComboBoxCellItem
public ComboBoxCellItem()
Gets or sets the text of the item.
public string Text { get; set; }
Gets or sets the value of the item.
public object Value { get; set; }