C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / CreateBoundRow Method
Item that the row represents.

In This Topic
CreateBoundRow Method
In This Topic
Creates a row bound to a given data item.
Syntax
'Declaration
 
Protected Overridable Function CreateBoundRow( _
   ByVal dataItem As Object _
) As Row
 

Parameters

dataItem
Item that the row represents.

Return Value

A row bound to the given data item.
See Also