Click or drag to resize

ListBoxItemImageBinding 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: IIndirectBindingImage
The image binding.
Remarks
By default will be an public Image property on your object
See Also