GroupDescription
Description
A GroupDescription
is an interface that exposes properties to allow the description of groups for the data. A GroupDescription
is meant to be used in conjunction with a DataProvider
.
Properties
Property |
Type |
Description |
---|---|---|
fields |
readonly string[] |
An array with the fields on which data is grouped. |
sortDirection? |
Ascending if the groups are sorted in ascending order, otherwise Descending. |
|
comparer? |
|
The comparer used to group the data. |
groups? |
readonly |
The list of |
stats? |
The array of |