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

In This Topic
    Detail Property (C1GridView)
    In This Topic
    Gets a collection of C1DetailGridView objects which are used as a template for populating detail grids in a hierarchical grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Detail As C1DetailGridViewCollection
    public C1DetailGridViewCollection Detail {get;}
    Remarks
    Only the first item of the collection is used. This is supported only when the data source for the GridView control is a DataSourceControl.
    See Also