CollectionViewSource.View Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the view object that is currently associated with this instance of CollectionViewSource.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.ComponentModel.ICollectionViewThe 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.
Show: