Windows.UI.Xaml.Data.ICollectionViewGroup
July 6, 2022 ยท View on GitHub
-description
Represents any grouped items within a view.
-remarks
ICollectionViewGroup is used like a view model to represent a group within a collection. When implementing a custom grouped data source, your data source should implement ICollectionViewFactory. For more info, see ICollectionViewFactory and ICollectionView.
-examples
-see-also
CollectionViewSource, Binding, XAML data binding sample, Data binding in depth