Click or drag to resize

ImageTextCell Constructor (Int32, Int32)

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

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ImageTextCell(
	int imageColumn,
	int textColumn
)

Parameters

imageColumn
Type: SystemInt32
Index of the image column in the data item.
textColumn
Type: SystemInt32
Index of the text column in the data item.
See Also