True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / GetDataBoundItem Method

In This Topic
    GetDataBoundItem Method (C1TrueDBGrid)
    In This Topic
    Gets a top-level object bound to the specified view row.
    Syntax
    'Declaration
     
    Public Function GetDataBoundItem( _
       ByVal viewrow As System.Integer _
    ) As System.Object
    public System.object GetDataBoundItem( 
       System.int viewrow
    )

    Parameters

    viewrow
    Remarks
    Returns null if the specified view row is not a data row.
    See Also