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; }
Public Property ItemImageBinding As IIndirectBinding(Of Image)
Get
Set
member ItemImageBinding : IIndirectBinding<Image> with get, set
Property Value
Type:
IIndirectBindingImageThe image binding.
Remarks
By default will be an public Image property on your object
See Also