Class SummaryValue
Instance to cache the summary aggregate values into the SummaryRecordEntry instance.
Inheritance
System.Object
    SummaryValue
  Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class SummaryValue : Object
  Constructors
SummaryValue()
Initializes a new instance of the SummaryValue class.
Declaration
public SummaryValue()
  Properties
AggregateValues
Gets the aggregate values of the summary column for the given aggregate type.
Declaration
public Dictionary<string, object> AggregateValues { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> | The aggregate values of the summary column for the given aggregate type.  | 
      
Name
Gets or sets the name of the summary column for which the summary value is calculated.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the summary column for which the summary value is calculated.  |