Click or drag to resize

DropDown.ItemImageBinding Property

Gets or sets the binding to get the image for each item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IIndirectBinding<Image> ItemImageBinding { get; set; }

Property Value

Type: IIndirectBinding<Image>
The binding to get the image for each item.
Remarks
By default this looks for the "Image" property of the item, and also works if you use ImageListItem. This will be ignored when creating a ComboBox, and is only supported with the DropDown directly.
See Also