GroupConfiguration / PartialGroupConfiguration
Description
A GroupConfiguration
is an interface that exposes properties to allow the configuration of groups for the DataGrid
’s data. A GroupConfiguration
is meant to be used in conjunction with GroupDefinition
.
Properties
Property |
Type |
Description |
---|---|---|
comparer |
|
The |
groups? |
The list of predefined groups. |
|
expanded |
boolean |
true if all groups at this level are expanded, otherwise false. |
stats? |
The array of |
A GroupConfiguration
can be provided to the DataGrid
through the GroupConfigurationCollection
.