The grid that contains the row.
Returns the row index.
Returns always true, because this is in instance of an IgxGroupByRow.
Gets/sets whether the group row is expanded.
const groupRowExpanded = groupRow.expanded;
Optional Indicates whether the current row is expanded. The value is true, if the row is expanded and false, if it is collapsed
The IGroupByRecord object, representing the group record, if the row is a GroupByRow.
Gets whether the row is selected.
Default value is false
.
row.selected = true;
Sets whether the row is selected.
Default value is false
.
row.selected = !row.selected;
Returns the view index calculated per the grid page.
Interface representing a row in the grid. It is essentially the blueprint to a row object. Contains definitions of properties and methods, relevant to a row