Click or drag to resize

ImageViewCell Constructor (String)

Initializes a new instance of the ImageViewCell class when binding to properties via reflection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ImageViewCell(
	string property
)

Parameters

property
Type: SystemString
Property to bind to in each data item.
See Also