WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridNewRow Class
/ Children Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Children Property (GridNewRow)
In This Topic
Gets the children of this row.
Syntax
C#
public
IEnumerable<GridRow>
Children {
get
;}
Remarks
For unbound scenarios, use
GridRow.Level
property to define the relationship between rows.
See Also
Reference
GridNewRow Class
GridNewRow Members