ListCollectionView.Groups プロパティ

定義

トップレベル グループを取得します。

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

プロパティ値

トップレベル グループの読み取り専用コレクション。グループがない場合は null

注釈

コレクション内の項目の型 CollectionViewGroupは です。

適用対象

こちらもご覧ください