-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Data.CollectionViewSource.View |
winrt property |
Gets the view object that is currently associated with this instance of CollectionViewSource.
The view object that is currently associated with this instance of CollectionViewSource.
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.