ComboBoxCell Constructor (String) |
Initializes a new instance of the
ComboBoxCell class with the specified property to bind to.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ComboBoxCell(
string property
)
Public Sub New (
property As String
)
new :
property : string -> ComboBoxCell
Parameters
- property
- Type: SystemString
Property to bind the value of the combo box to.
See Also