Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.14 KB

collectionviewsource_itemspath.md

File metadata and controls

34 lines (23 loc) · 1.14 KB
-api-id -api-type
P:Windows.UI.Xaml.Data.CollectionViewSource.ItemsPath
winrt property

Windows.UI.Xaml.Data.CollectionViewSource.ItemsPath

-description

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

-xaml-syntax

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

-xaml-values

propertyPathString
propertyPathStringA property path that references a property in an object-property relationship, through "dot-down" syntax.
## -property-value The property path to follow from the top level item to find groups. The default is a [PropertyPath](../windows.ui.xaml/propertypath.md) created from an empty string. This path implies that the object itself is the collection.

-remarks

-examples

-see-also

Binding, XAML data binding sample, Data binding in depth