Creates a row bound to a given data item.

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

Syntax

C#
protected virtual Row CreateBoundRow(
	Object dataItem
)
Visual Basic
Protected Overridable Function CreateBoundRow ( _
	dataItem As Object _
) As Row

Parameters

dataItem
Type: System..::..Object
Item that the row represents.

Return Value

A row bound to the given data item.

See Also