ICollectionView.Groups Propriedade

Definição

Obtém os grupos de nível superior.

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)

Valor da propriedade

Uma coleção somente leitura dos grupos de nível superior ou null se não houver grupos.

Aplica-se a

Confira também