Gets the top-level groups.

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

Syntax

C#
public ReadOnlyObservableCollection<Object> Groups { get; }
Visual Basic
Public ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)
	Get

Return Value

A read-only collection of the top-level groups.

Implements

ICollectionView..::..Groups

See Also