[]
Represents the multiple-column combo box editor.
public class MultiColumnEditor : BaseEditor, IEditor3, IEditor
Public Class MultiColumnEditor
Inherits BaseEditor
Implements IEditor3, IEditor
| Name | Description |
|---|---|
| MultiColumnEditor() |
| Name | Description |
|---|---|
| AutoFilter | Gets or sets the automatic filter object. |
| AutoPostBack | Gets or sets whether the component automatically posts back when clicked. |
| ColumnEdit | Gets or sets which list column (by index) serves as the edit portion of the combo box. |
| ColumnEditName | Gets or sets which list column (by name) serves as the edit portion of the combo box. |
| ColumnWidths | Gets or sets the widths of the columns. |
| DataColumn | Gets or sets which list column (by index) serves as the data portion of the combo box. |
| DataColumnName | Gets or sets which list column (by name) serves as the data portion of the combo box. |
| DataMember | Gets or sets the name of the data member that populates the list in the list portion of the combo box. |
| DataSource | Gets or sets the data source for the list portion of the combo box. |
| DataSourceID | Gets or sets the unique identifier for the data source for the MultiColumnComboBoxCellType. |
| ListAlignment | Gets or sets to which side of the editor the list aligns. |
| ListHeight | Gets or sets the height of the list. |
| ListOffset | Gets or sets how much the list offsets from the editor. |
| ListWidth | Gets or sets the width of the list. |
| ShowButton | Gets or sets whether to display the button. |
| UseValue | Gets or sets the value to use. |
| VerticalAlign | Gets or sets the vertical alignment of content in MultiColumnComboBox items. |
| Name | Description |
|---|---|
| GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Gets the control used to edit the cell. |