[]
Represents an editable combo box cell.
public class ComboBoxCellType : BaseCellType
Create a combo box cell type.
public ComboBoxCellType()
Gets or sets whether the combo box is editable.
public bool Editable { get; set; }
Gets or sets the value that is written to the underlying data model.
public EditorValueType EditorValueType { get; set; }
Gets or sets the height of each item.
public int ItemHeight { get; set; }
Gets the items for the drop-down list in the combo box.
public IList<object> Items { get; }
Gets or sets the maximum item count of the drop-down list per page.
public int MaxDropDownItems { get; set; }