ICollectionView.Groups Propiedad

Definición

Obtiene los grupos de nivel 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 de propiedad

Colección de solo lectura de los grupos de nivel superior o null si no hay ningún grupo.

Se aplica a

Consulte también