FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / CreateBoundRowWithDetails Method
Item that the row represents.

In This Topic
    CreateBoundRowWithDetails Method
    In This Topic
    Creates a details row bound to a given data item.
    Syntax
    'Declaration
     
    Protected Overridable Function CreateBoundRowWithDetails( _
       ByVal dataItem As Object _
    ) As RowWithDetails
    protected virtual RowWithDetails CreateBoundRowWithDetails( 
       object dataItem
    )

    Parameters

    dataItem
    Item that the row represents.

    Return Value

    A row bound to the given data item.
    See Also