GroupConfigurationCollection / PartialGroupConfigurationCollection
Description
A GroupConfigurationCollection
represents a collection of key/value pairs, where key is a string used to identify the corresponding GroupConfiguration / PartialGroupConfiguration
. It extends ResourceCollection
<T>
.
Properties
Property |
Element |
Type |
Description |
---|---|---|---|
key |
|
string |
The field of the column. |
|
value |
The configuration of the group. |
A GroupConfigurationCollection
can be provided to the DataGrid
through the DataGridOptions
.
Remarks
A partial type/interface is an object in which properties are optional.
Need help? Contact us!