[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.CreateBoundRow

CreateBoundRow Method

CreateBoundRow(object)

Creates a row bound to a given data item.

Declaration
protected virtual Row CreateBoundRow(object dataItem)
Protected Overridable Function CreateBoundRow(dataItem As Object) As Row
Parameters
Type Name Description
object dataItem

Item that the row represents.

Returns
Type Description
Row

A row bound to the given data item.