ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDetailRow Class / DataRow Property

In This Topic
    DataRow Property
    In This Topic
    Gets an C1GridViewDataRow object that represents an associated data row.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataRow As C1GridViewDataRow
    public C1GridViewDataRow DataRow {get;}
    See Also