Bagikan melalui


CollectionViewSource.ItemsPath Properti

Definisi

Mendapatkan atau mengatur jalur properti untuk diikuti dari item tingkat atas untuk menemukan grup dalam 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" .../>

Nilai Properti

Jalur properti untuk diikuti dari item tingkat atas untuk menemukan grup. Defaultnya adalah PropertyPath yang dibuat dari string kosong. Jalur ini menyiratkan bahwa objek itu sendiri adalah koleksi.

Berlaku untuk

Lihat juga