Click or drag to resize

ImageViewCell Constructor (Int32)

Initializes a new instance of the ImageViewCell class when binding to an indexed-based data item.

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

Parameters

column
Type: SystemInt32
Index of the column the image is in each data item.
See Also