Back to Devexpress

GridColumnTotalType Enum

dashboard-devexpress-dot-dashboardcommon-7b903cc8.md

latest1.7 KB
Original Source

GridColumnTotalType Enum

Lists values that specify the summary function used to calculate a total for the Grid column.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum GridColumnTotalType
vb
Public Enum GridColumnTotalType

Members

NameDescription
Auto

The total is calculated based on values of the corresponding data field from the underlying data source. In this case, the Measure.SummaryType property value is taken into account to calculate the total.

| | Count |

The number of records.

| | Min |

The minimum value in a column.

| | Max |

The maximum value in a column.

| | Avg |

The average value of a column.

| | Sum |

The sum of all values in a column.

|

The following properties accept/return GridColumnTotalType values:

Remarks

Values listed by this enumeration are used to set the GridColumnTotal.TotalType property.

See Also

DevExpress.DashboardCommon Namespace