Gets the top-level groups.

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

Syntax

C#
public ReadOnlyObservableCollection Groups { get; }
Visual Basic
Public ReadOnly Property Groups As ReadOnlyObservableCollection
	Get

Return Value

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

See Also