CollectionViewSource.ItemsPath 속성

정의

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" .../>

속성 값

최상위 항목에서 따라 그룹을 찾을 속성 경로입니다. 기본값은 빈 문자열에서 만든 PropertyPath 입니다. 이 경로는 개체 자체가 컬렉션임을 의미합니다.

적용 대상

추가 정보