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

In This Topic
    DetailRow Property
    In This Topic
    Gets an C1GridViewDetailRow object that represents an associated detail row in a hierarchy grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property DetailRow As C1GridViewDetailRow
    public C1GridViewDetailRow DetailRow {get;}
    See Also