Click or drag to resize

PropertyBindingTInternalGetValue Method

Implements the logic to get the value from the specified object

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

Parameters

dataItem
Type: SystemObject
object to get the value from

Return Value

Type: T
value of the property from the specified dataItem object
See Also