Implementation of `ObservableCollection<TValue>` that associates items with ´IGrouping<TKey, TValue>`s so that the `GroupedObservableCollection<TKey, TValue>` can be used in WPF Binding operations while synchronizing each group from a different datasource.
Info
| Version: | 1.0.0 |
| Author(s): | ProphetLamb |
| Last Update: | Friday, January 15, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ProphetLamb-Organistion/GroupedObservableCollection |
| NuGet Url: | https://www.nuget.org/packages/GroupedObservableCollection |
Install
Install-Package GroupedObservableCollection
dotnet add package GroupedObservableCollection
paket add GroupedObservableCollection
GroupedObservableCollection Download (Unzip the "nupkg" after downloading)
Dependencies
Tags