Windows.UI.Xaml.Data.CollectionViewSource.View
July 6, 2022 ยท View on GitHub
-description
Gets the view object that is currently associated with this instance of CollectionViewSource.
-property-value
The view object that is currently associated with this instance of CollectionViewSource.
-remarks
This property is initialized when you set the Source property. At that time, a view is generated automatically unless the source collection implements ICollectionViewFactory. Otherwise, the view is retrieved through the CreateView method.