[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.CreateBoundRowWithDetails

CreateBoundRowWithDetails Method

CreateBoundRowWithDetails(object)

Creates a details row bound to a given data item.

Declaration
protected virtual RowWithDetails CreateBoundRowWithDetails(object dataItem)
Parameters
Type Name Description
object dataItem

Item that the row represents.

Returns
Type Description
RowWithDetails

A row bound to the given data item.