ICollectionView.Groups Propriedade

Definição

Fica com os grupos de topo.

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 de Propriedade

Uma coleção de apenas leitura dos grupos de topo ou null , se não houver grupos.

Aplica-se a

Ver também