0 out of 3 rated this helpful - Rate this topic

CollectionViewSource.ItemsPath property

Gets or sets the property path to follow from the top level item to find groups within the CollectionViewSource.

Syntax


public PropertyPath ItemsPath { get; set; }


<CollectionViewSource ItemsPath="propertyPathString" .../>

XAML Values

propertyPathString

A property path that references a property in an object-property relationship, through "dot-down" syntax.

Property value

Type: PropertyPath

The property path to follow from the top level item to find groups. The default is a PropertyPath created from an empty string. This path implies that the object itself is the collection.

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.