| Visual Basic (Declaration) | |
|---|---|
Overrides Public NotOverridable ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object) | |
| C# | |
|---|---|
public override ReadOnlyObservableCollection<object> Groups {get;} | |
Return Value
A ReadOnlyObservableCollection of objects—in reality CollectionViewGroup objects—representing the runtime groups that are created based on the GroupDescriptions. Can be a null reference (Nothing in Visual Basic) if the items in view are not grouped.Supported Frameworks: Microsoft .NET Framework version 3.5