CollectionViewSource.ItemsPath property
Gets or sets the property path to follow from the top level item to find groups within the CollectionViewSource.
Syntax
<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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
