Class SummaryInfo
Represents a group or total summary definition.
Namespace: DevExtreme.AspNet.Data
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class SummaryInfo
Constructors
| Improve this DocSummaryInfo()
Declaration
public SummaryInfo()
Properties
| Improve this DocSelector
The data field to be used for calculating the summary.
Declaration
public string Selector { get; set; }
Property Value
Type | Description |
---|---|
String |
SummaryType
An aggregate function: "sum", "min", "max", "avg", or "count".
Declaration
public string SummaryType { get; set; }
Property Value
Type | Description |
---|---|
String |