0 out of 2 rated this helpful - Rate this topic

CollectionViewSource.Source property

Gets or sets the collection object from which to create this view.

Syntax


public object Source { get; set; }


<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

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

CollectionViewSource
Binding
XAML data binding sample
Data binding overview

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.