Enum SummaryType
Pre-defined summary types to be used in SummaryDescriptor.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public enum SummaryType
Fields
| Name | Description |
|---|---|
| BooleanAggregate | Count number of False and / or True items for boolean fields. |
| ByteAggregate | Count, Minimum, Maximum, Total, and Average for byte fields. |
| CharAggregate | Count, Minimum, and Maximum for char fields. |
| Count | Count items. |
| Custom | A custom summary type. See the Grid / Grouping / CustomSummaries example. |
| DistinctCount | The distinct count of elements. |
| DoubleAggregate | Count, Minimum, Maximum, Total, and Average for double fields. |
| DoubleVector | Collects all entries of a column in a sorted vector. Statistical functions for Median, Percentile25, Percentile75, and PercentileQ. |
| Int32Aggregate | Count, Minimum, Maximum, Total, and Average for int32 fields. |
| MaxLength | Maximum length for text fields. |
| StringAggregate | Maximum length and count for text fields. |
| Vector | Collects all entries of a column in a sorted vector. |