Class IgxGroupByRow

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

Implements

Properties

grid: GridType

The grid that contains the row.

index: number

Returns the row index.

isGroupByRow: boolean

Returns always true, because this is in instance of an IgxGroupByRow.

Accessors

Methods