Enum SummaryType
Defines the constants that specify the types of summary aggregate supported in SfDataGrid.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public enum SummaryType
Fields
Name | Description |
---|---|
CountAggregate | Specify the count aggregate for the summary column. |
Custom | Specify custom aggregate for the summary column which implement ISummaryAggregate or ISummaryExpressionAggregate interface to delegate the summary computation. |
DoubleAggregate | Specify the double value aggregate for the summary column. |
Int32Aggregate | Specify integer value aggregate for the summary column. |