Class LoadResult
Represents a load result.
Namespace: DevExtreme.AspNet.Data.ResponseModel
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class LoadResult
Constructors
| Improve this DocLoadResult()
Declaration
public LoadResult()
Properties
| Improve this Docdata
A resulting dataset.
Declaration
public IEnumerable data { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable |
groupCount
The number of top-level groups in the resulting dataset.
Declaration
public int groupCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
summary
Total summary calculation results.
Declaration
public object[] summary { get; set; }
Property Value
Type | Description |
---|---|
Object[] |
totalCount
The total number of data objects in the resulting dataset.
Declaration
public int totalCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |