ComboBoxColumnComponent
Represents the column definition for the MultiColumnComboBox component.
Use this component to define columns inside the MultiColumnComboBox. See example.
<kendo-multicolumncombobox ...>
  <kendo-combobox-column field="name" title="Name" width="200"></kendo-combobox-column>
<kendo-multicolumncombobox ...>
Selector
kendo-combobox-column
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
class | 
 | 
 Sets custom CSS classes for the column cells. The   | |
field | 
 | 
 Sets the field to which the column is bound. 
  | |
headerClass | 
 | 
 Sets custom CSS classes for the column header cell. The   | |
headerStyle | 
 | 
 Sets custom styles for the header cell of the column. The   | |
hidden | 
 | 
 | 
 Controls the visibility of the column. When   | 
media | 
 | 
 Sets the condition that needs to be satisfied for a column to remain visible. If you set the   | |
style | 
 | 
 Sets custom styles for the table cells of the column (except for the header cells). The   | |
title | 
 | 
 Sets the title of the column.  | |
width | 
 | 
 Sets the width of the column (in pixels).  |