CollectionView.Groups 屬性

定義

得到一組基於 GroupDescriptions 性質構造的頂層群。

public:
 virtual property System::Collections::ObjectModel::ReadOnlyObservableCollection<System::Object ^> ^ Groups { System::Collections::ObjectModel::ReadOnlyObservableCollection<System::Object ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyObservableCollection<object> Groups { get; }
member this.Groups : System.Collections.ObjectModel.ReadOnlyObservableCollection<obj>
Public Overridable ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)

屬性值

null 無論哪種情況。

實作

備註

此性質的價值總是 null 因為該 CollectionView 類別不支援其底層集合的分組。 衍生的職業 ListCollectionViewBindingListCollectionView 進行支援分組。

適用於