Click or drag to resize

PropertyCellTypeDropDownItemKeyBinding Property

Gets or sets the binding to get the key value for the drop down.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IndirectBinding<string> ItemKeyBinding { get; set; }

Property Value

Type: IndirectBindingString
The binding to get the drop down item key.
See Also