Click or drag to resize

ImageTextCell Constructor (String, String)

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

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ImageTextCell(
	string imageProperty,
	string textProperty
)

Parameters

imageProperty
Type: SystemString
Name of the image property in the data item.
textProperty
Type: SystemString
Name of the text property in the data item.
See Also