IListItemConverterConvertBack Method

Converts the specified target list item.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Object ConvertBack(
	Object targetListItem
)

Parameters

targetListItem  Object
Object with the the target list item.

Return Value

Object
Object with the result of the conversion to the master list item.

See Also