React DataGrid - SummaryCommandGroupItem

A group summary item in a DataGrid summary command.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.SummaryCommandGroupItem
Accepted Values: 'showInColumn' | 'displayFormat' | 'showInGroupFooter' | 'alignByColumn'

This object includes the following fields:

  • alignByColumn: Specifies whether the summary item is aligned to a column.
  • column: The summary item's data column.
  • displayFormat: The format of the summary item's text.
  • showInColumn: The column that displays the summary item.
  • showInGroupFooter: Specifies whether the summary item is displayed in the group footer.
  • summaryType: The summary calculation type (SummaryType).
See Also