DropDownItemImageBinding 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; }
Public Property ItemImageBinding As IIndirectBinding(Of Image)
Get
Set
member ItemImageBinding : IIndirectBinding<Image> with get, set
Property Value
Type:
IIndirectBindingImageThe 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