Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

collectionviewsource_view.md

File metadata and controls

24 lines (17 loc) · 1.08 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Data.CollectionViewSource.View
winrt property

Microsoft.UI.Xaml.Data.CollectionViewSource.View

-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.

-examples

-see-also

Binding, XAML data binding sample, Data binding in depth