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
)
Protected Overrides Function InternalGetValue (
dataItem As Object
) As T
abstract InternalGetValue :
dataItem : Object -> 'T
override InternalGetValue :
dataItem : Object -> 'T
Parameters
- dataItem
- Type: SystemObject
object to get the value from
Return Value
Type:
Tvalue of the property from the specified dataItem object
See Also