Interface IGrouping<TObject, TGroupKey>
- Namespace
- Dynamic
Data .List
- Assembly
- DynamicData.dll
Represents a group which provides an update after any value within the group changes.
Type Parameters
TObject
The type of the object.
TGroupKey
The type of the group key.
Properties
Count
Gets the count.
Property Value
Items
Gets the items.
Property Value
- IEnumerable<TObject>
Key
Gets the group key.
Property Value
- TGroup
Key