Interface IGroup<TObject, TGroup>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
A grouping of observable lists.
Type Parameters
TObject
The type of the object.
TGroup
The type of the group.
- Extension Methods
Properties
GroupKey
Gets the group key.
Property Value
- TGroup
List
Gets the observable list.
Property Value
- IObservable
List <TObject>