React PivotGrid Pivot Grid Cell
An object containing information about the pivot grid cell.
columnType
The type of the column to which the cell belongs. Available for data area cells only.
The columnType field has the following values:
- 'D'
A data field. - 'T'
The Total column. - 'GT'
The Grand total column.
rowType
The type of the row to which the cell belongs. Available for data area cells only.
The rowType field has the following values:
- "D"
A data field. - "T"
The Total row. - "GT"
The Grand total row.
type
The cell's type. Available for row or column area cells only.
The type field has the following values.
- "D"
A data field. - "T"
The Total column/row. - "GT"
The Grand total column/row.
If you have technical questions, please create a support ticket in the DevExpress Support Center.