True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / CurrentDataBoundItem Property

In This Topic
    CurrentDataBoundItem Property (C1TrueDBGrid)
    In This Topic
    Gets a top-level object bound to a current data row.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentDataBoundItem As System.Object
    public System.object CurrentDataBoundItem {get;}
    Remarks
    Returns null if no data row is selected.
    See Also