CollectionViewSource.ItemsPath Propriedade

Definição

Obtém ou define o caminho da propriedade a ser seguido do item de nível superior para localizar grupos dentro do 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" .../>

Valor da propriedade

O caminho da propriedade a ser seguido do item de nível superior para localizar grupos. O padrão é um PropertyPath criado com base em uma cadeia de caracteres vazia. Esse caminho implica que o próprio objeto é a coleção.

Aplica-se a

Confira também