Editable Property
Editable
Gets or sets whether the combo box is editable.
Declaration
public bool Editable { get; set; }
Public Property Editable As Boolean
Examples
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.Editable = true;
bool editable = cellType.Editable;