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