Windows.UI.Xaml.Data.CollectionViewSource.ItemsPath

July 6, 2022 ยท View on GitHub

-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