CollectionViewSource.GroupDescriptions 속성

정의

컬렉션의 항목이 뷰에서 그룹화되는 방법을 설명하는 GroupDescription 개체의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::ObjectModel::ObservableCollection<System::ComponentModel::GroupDescription ^> ^ GroupDescriptions { System::Collections::ObjectModel::ObservableCollection<System::ComponentModel::GroupDescription ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription> GroupDescriptions { get; }
member this.GroupDescriptions : System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription>
Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)

속성 값

ObservableCollection<GroupDescription>

컬렉션의 항목이 뷰에서 그룹화되는 방법을 설명하는 ObservableCollection<T> 개체의 GroupDescription 입니다.

설명

이 속성은 현재 Source에서 만든 컬렉션 뷰로 전달됩니다.

XAML 속성 요소 사용

<object>  
  <object.GroupDescriptions>  
    oneOrMorePropertyDescriptions  
  </object.GroupDescriptions>  
</object>  

XAML 값

oneOrMorePropertyDescriptions
추상 클래스에서 GroupDescription파생되는 하나 이상의 요소입니다. 일반적으로 이것은 .입니다 PropertyGroupDescription.

적용 대상