Condividi tramite


CollectionViewSource.ItemsPath Proprietà

Definizione

Ottiene o imposta il percorso della proprietà da seguire dall'elemento di primo livello per trovare i gruppi all'interno di 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" .../>

Valore della proprietà

Percorso della proprietà da seguire dall'elemento di primo livello per trovare i gruppi. Il valore predefinito è PropertyPath creato da una stringa vuota. Questo percorso implica che l'oggetto stesso è la raccolta.

Si applica a

Vedi anche