ItemCollection.Groups Proprietà

Definizione

Ottiene i gruppi di primo livello costruiti in base all'oggetto GroupDescriptions.

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

Valore della proprietà

Gruppi di primo livello costruiti in base all'oggetto GroupDescriptions. Il valore predefinito è null.

Si applica a

Vedi anche