CommunityToolkit.Common.Collections Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Observable |
An observable group. It associates a Key to an ObservableCollection<T>. |
Observable |
An observable list of observable groups. |
Observable |
The extensions methods to simplify the usage of ObservableGroupedCollection<TKey,TValue>. |
Read |
A read-only observable group. It associates a Key to a ReadOnlyObservableCollection<T>. |
Read |
A read-only list of groups. |
IIncremental |
This interface represents a data source whose items can be loaded incrementally. |
IRead |
An interface for a grouped collection of items. It allows us to use x:Bind with ObservableGroup<TKey,TValue> and ReadOnlyObservableGroup<TKey,TValue> by providing a non-generic type that we can declare using x:DataType. |