ICollectionView.Groups Proprietà

Definizione

Ottiene i gruppi di livello superiore.

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)

Valore della proprietà

Raccolta di sola lettura dei gruppi di livello superiore o null se non sono presenti gruppi.

Si applica a

Vedi anche