CollectionViewSource.Source property
Gets or sets the collection object from which to create this view.
Syntax
<CollectionViewSource Source="bindingReference" .../>
XAML Values
- bindingReference
-
A Binding markup extension usage that points to the data source being proxied.
Property value
Type: System.Object [.NET] | Platform::Object [C++]
The collection to create the view from.
Remarks
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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
