Interface IGroup<TObject, TGroup>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
A grouping of observable lists.
public interface IGroup<TObject, out TGroup> where TObject : notnull
Type Parameters
TObject
The type of the object.
TGroup
The type of the group.
Properties
GroupKey
Gets the group key.
TGroup GroupKey { get; }
Property Value
- TGroup
List
Gets the observable list.
IObservableList<TObject> List { get; }
Property Value
- IObservableList<TObject>