Class Group
Represents a group in the resulting dataset.
Namespace: DevExtreme.AspNet.Data.ResponseModel
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class Group
Constructors
| Improve this DocGroup()
Declaration
public Group()
Properties
| Improve this Doccount
The count of items in the group.
Declaration
public int ? count { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
items
Subgroups or data objects.
Declaration
public IList items { get; set; }
Property Value
Type | Description |
---|---|
IList |
key
The group's key.
Declaration
public object key { get; set; }
Property Value
Type | Description |
---|---|
Object |
summary
Group summary calculation results.
Declaration
public object[] summary { get; set; }
Property Value
Type | Description |
---|---|
Object[] |