Click or drag to resize

PropertyCellTypeDropDown Class

Property cell type drop down.
Inheritance Hierarchy
SystemObject
  Eto.FormsPropertyCellType
    Eto.FormsPropertyCellTypeObject
      Eto.FormsPropertyCellTypeDropDown

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

The PropertyCellTypeDropDown type exposes the following members.

Constructors
  NameDescription
Public methodPropertyCellTypeDropDown
Initializes a new instance of the PropertyCellTypeDropDown class
Top
Properties
  NameDescription
Public propertyItemKeyBinding
Gets or sets the binding to get the key value for the drop down.
Public propertyItemsBinding
Gets or sets the binding to get the items for the drop down.
Public propertyItemTextBinding
Gets or sets the binding to get the text value for the drop down.
Top
Methods
See Also