-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Data.CollectionViewSource.ItemsPath |
winrt property |
Gets or sets the property path to follow from the top level item to find groups within the CollectionViewSource.
<CollectionViewSource ItemsPath="propertyPathString" .../>
- propertyPathString
- propertyPathStringA property path that references a property in an object-property relationship, through "dot-down" syntax.