Click or drag to resize

ComboBoxCell Class

Cell to present a combo box in a Grid.
Inheritance Hierarchy
SystemObject
  EtoWidget
    Eto.FormsCell
      Eto.FormsSingleValueCellObject
        Eto.FormsComboBoxCell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ComboBoxCell : SingleValueCell<Object>

The ComboBoxCell type exposes the following members.

Constructors
  NameDescription
Public methodComboBoxCell
Initializes a new instance of the ComboBoxCell class.
Public methodComboBoxCell(Int32)
Initializes a new instance of the ComboBoxCell class with the column index to bind.
Public methodComboBoxCell(String)
Initializes a new instance of the ComboBoxCell class with the specified property to bind to.
Top
Properties
  NameDescription
Public propertyComboKeyBinding
Binding to get the key value for the items in the combo box.
Public propertyComboTextBinding
Binding to get the text value for the items in the combo box.
Public propertyDataStore
Gets or sets the data store of the items in the combo box for this cell.
Top
See Also