CollectionViewSource.ItemsPath Property

Definition

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

C#
public PropertyPath ItemsPath { get; set; }
XAML
<CollectionViewSource ItemsPath="propertyPathString" .../>

Property Value

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.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also