C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridFilterRow Class / Children Property
In This Topic
Children Property (GridFilterRow)
In This Topic
Gets the children of this row.
Syntax
public IEnumerable<GridRow> Children {get;}
Remarks
For unbound scenarios, use GridRow.Level property to define the relationship between rows.
See Also