Click or drag to resize

IImageListItem Interface

Represents a list item that can have an image associated with each item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IImageListItem : IListItem

The IImageListItem type exposes the following members.

Properties
  NameDescription
Public propertyImage
Gets the image for this item.
Top
Remarks
Not all controls that use the IListItem can support images, for example the DropDown.
See Also