Gets a collection of GroupDescription objects that describe how the items in the collection are grouped.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public ObservableCollection<GroupDescription> GroupDescriptions { get; }
Visual Basic
Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
	Get

Return Value

A collection of GroupDescription objects that describe how the items in the collection are grouped.

Implements

ICollectionView..::..GroupDescriptions

See Also