The DataGridTotalStyle enumeration contains types of totals calculated for the current band.
It is used by the following property:
| Value | Brief description |
| 0 | None. Totals are not calculated. |
| 1 | Sum. Sum of band values. |
| 2 | Average. Band average value. |
| 3 | Min. Band minimum value. |
| 4 | Max. Band maximum value. |
| 8 | Value. The TotalValue property is used to set the total value. |
See also: