Click or drag to resize

IIndirectBindingTGetValue Method

Gets the value from the specified object using this binding

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
T GetValue(
	Object dataItem
)

Parameters

dataItem
Type: SystemObject
object to retrieve the value from

Return Value

Type: T
value from the specified object
Remarks
When values are needed from this binding, this method will be called.
See Also