ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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
    protected virtual Row CreateBoundRow( 
       object dataItem
    )

    Parameters

    dataItem
    Item that the row represents.

    Return Value

    A row bound to the given data item.
    See Also