Show / Hide Table of Contents

Class SummaryInfo

Represents a group or total summary definition.

Inheritance
Object
SummaryInfo
Namespace: DevExtreme.AspNet.Data
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class SummaryInfo

Constructors

| Improve this Doc

SummaryInfo()

Declaration
public SummaryInfo()

Properties

| Improve this Doc

Selector

The data field to be used for calculating the summary.

Declaration
public string Selector { get; set; }
Property Value
Type Description
String
| Improve this Doc

SummaryType

An aggregate function: "sum", "min", "max", "avg", or "count".

Declaration
public string SummaryType { get; set; }
Property Value
Type Description
String
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.