Show / Hide Table of Contents

Class Group

Represents a group in the resulting dataset.

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

Constructors

| Improve this Doc

Group()

Declaration
public Group()

Properties

| Improve this Doc

count

The count of items in the group.

Declaration
public int ? count { get; set; }
Property Value
Type Description
Nullable<Int32>
| Improve this Doc

items

Subgroups or data objects.

Declaration
public IList items { get; set; }
Property Value
Type Description
IList
| Improve this Doc

key

The group's key.

Declaration
public object key { get; set; }
Property Value
Type Description
Object
| Improve this Doc

summary

Group summary calculation results.

Declaration
public object[] summary { get; set; }
Property Value
Type Description
Object[]
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.