Click or drag to resize

ListBox.ItemImageBinding Property

Gets or sets the binding for the Image of 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 image binding.
Remarks
By default will be an public Image property on your object
See Also