ItemCollection.Groups Property

Definition

Gets the top-level groups that are constructed according to the 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)

Property Value

The top-level groups that are constructed according to the GroupDescriptions. The default value is null.

Applies to

See also