[]
Represents an editor control for combo box cells.
public class ComboBoxEditor : BaseEditor, IEditor3, IEditor
Public Class ComboBoxEditor
Inherits BaseEditor
Implements IEditor3, IEditor
| Name | Description |
|---|---|
| ComboBoxEditor(string[]) | Initializes an instance of the ComboBoxEditor class, with the specified items in the combo box list. |
| ComboBoxEditor(string[], string[]) | Initializes an instance of the ComboBoxEditor class, with the specified items in the combo box list and with the specified values for the items. |
| Name | Description |
|---|---|
| AutoPostBack | Gets or sets whether the component automatically posts back when clicked. |
| BackColor | Gets or sets the background color of the cell. |
| Items | Gets the items in the combo box as an array. |
| OnClientChanged | Gets or sets the client-side changed event properties. |
| UseValue | Gets or sets whether to use the value. |
| Values | Gets the values in the combo box as an array. |
| Name | Description |
|---|---|
| GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Creates a combo box editor control. |