[]
Gets or sets the value of the item.
public object Value { get; set; }
Public Property Value As Object
ComboBoxCellItem item = new ComboBoxCellItem(); item.Value = "US"; object value = item.Value;