Click or drag to resize

ObjectBindingT, TValue Constructor (T, String)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ObjectBinding(
	T dataItem,
	string property
)

Parameters

dataItem
Type: T
object to get/set values from
property
Type: SystemString
property of the dataItem to get/set values
Remarks
This is a shortcut to set up the binding to get/set values from a particular property of the specified object
See Also