Click or drag to resize

ColumnBindingTInternalSetValue Method

Implements the logic to set the value to the specified object

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

Parameters

dataItem
Type: SystemObject
object to set the value
value
Type: T
value to set at the Column of the specified object
See Also