Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridNewRow Class / Children Property

In This Topic
    Children Property (GridNewRow)
    In This Topic
    Gets the children of this row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As IEnumerable(Of GridRow)
    public IEnumerable<GridRow> Children {get;}
    Remarks
    For unbound scenarios, use GridRow.Level property to define the relationship between rows.
    See Also