CollectionViewSource.View property
Gets the view object that is currently associated with this instance of CollectionViewSource.
Syntax
Property value
Type: ICollectionView
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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
