[]
Represents an editable combo box cell.
public class ComboBoxCellType : BaseCellType
Public Class ComboBoxCellType
Inherits BaseCellType
| Name | Description |
|---|---|
| ComboBoxCellType() | Create a combo box cell type. |
| Name | Description |
|---|---|
| Editable | Gets or sets whether the combo box is editable. |
| EditorValueType | Gets or sets the value that is written to the underlying data model. |
| ItemHeight | Gets or sets the height of each item. |
| Items | Gets the items for the drop-down list in the combo box. |
| MaxDropDownItems | Gets or sets the maximum item count of the drop-down list per page. |