[]
表示一个可编辑的组合框单元格。
public class ComboBoxCellType : BaseCellType
| Name | Description |
|---|---|
| ComboBoxCellType() | 创建一个组合框单元格类型。 |
| Name | Description |
|---|---|
| Editable | 获取或设置组合框是否可编辑。 |
| EditorValueType | 获取或设置写入基础数据模型的值。 |
| ItemHeight | 获取或设置每个项目的高度。 |
| Items | 获取组合框中下拉列表的项目。 |
| MaxDropDownItems | 获取或设置每页下拉列表的最大项目数。 |