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
)
Public Sub New (
property As String
)
new :
property : string -> ImageViewCell
Parameters
- property
- Type: SystemString
Property to bind to in each data item.
See Also