ICollectionView.Groups プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください