Windows.UI.Xaml.Data.CollectionViewSource.Source
July 6, 2022 ยท View on GitHub
-description
Gets or sets the collection object from which to create this view.
-xaml-syntax
<CollectionViewSource Source="bindingReference" .../>
-xaml-values
- bindingReference
- bindingReferenceA {Binding} markup extension usage that points to the data source being proxied.
-remarks
When you set this property, a view is generated automatically unless the source collection implements ICollectionViewFactory. Otherwise, the view is retrieved through the CreateView method. You can retrieve the view through the View property.