ItemCollection.Groups Proprietà

Definizione

Ottiene i gruppi di primo livello costruiti secondo 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à

I gruppi di primo livello costruiti secondo GroupDescriptions. Il valore predefinito è null.

Si applica a

Vedi anche