Class SummaryType
Defines the constants that specify the types of summary aggregate supported in SfDataGrid.
Inheritance
System.Object
SummaryType
Namespace: Syncfusion.Maui.Data
Assembly: Syncfusion.Maui.Data.dll
Syntax
public sealed class SummaryType : Enum
Fields
CountAggregate
Specify the count aggregate for the summary column.
Declaration
public const SummaryType CountAggregate
Field Value
Type |
---|
SummaryType |
Custom
Specify custom aggregate for the summary column which implement ISummaryAggregate or ISummaryExpressionAggregate interface to delegate the summary computation.
Declaration
public const SummaryType Custom
Field Value
Type |
---|
SummaryType |
DoubleAggregate
Specify the double value aggregate for the summary column.
Declaration
public const SummaryType DoubleAggregate
Field Value
Type |
---|
SummaryType |
Int32Aggregate
Specify integer value aggregate for the summary column.
Declaration
public const SummaryType Int32Aggregate
Field Value
Type |
---|
SummaryType |