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.