The row which can have child GridRow rows.
You can check the number of included rows by count and get child rows by getChild. And, you can expand or hide child rows by expanded property. When it has done row grouping, group header and Group Footer are group rows. TreeRow is also group row.
Like other grid rows, since it is created and removed within grid, you do not need to directly create this class object.