-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Data.CollectionViewSource.Source |
winrt property |
Gets or sets the collection object from which to create this view.
<CollectionViewSource Source="bindingReference" .../>
- bindingReference
- bindingReferenceA {Binding} markup extension usage that points to the data source being proxied.
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.