CollectionViewSource.ItemsPath Propriété

Définition

Obtient ou définit le chemin de propriété à suivre à partir de l’élément de niveau supérieur pour rechercher des groupes dans CollectionViewSource.

public:
 property PropertyPath ^ ItemsPath { PropertyPath ^ get(); void set(PropertyPath ^ value); };
PropertyPath ItemsPath();

void ItemsPath(PropertyPath value);
public PropertyPath ItemsPath { get; set; }
var propertyPath = collectionViewSource.itemsPath;
collectionViewSource.itemsPath = propertyPath;
Public Property ItemsPath As PropertyPath
<CollectionViewSource ItemsPath="propertyPathString" .../>

Valeur de propriété

Chemin de propriété à suivre à partir de l’élément de niveau supérieur pour rechercher des groupes. La valeur par défaut est un PropertyPath créé à partir d’une chaîne vide. Ce chemin d’accès implique que l’objet lui-même est la collection .

S’applique à

Voir aussi