Gets the unbound value stored in this row at a given column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
protected Object GetUnboundValue(
	Column col
)
Visual Basic
Protected Function GetUnboundValue ( _
	col As Column _
) As Object

Parameters

col
Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the value.

Return Value

The unbound value stored at the given column.

See Also