[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.Groups

Groups Property

Groups

Gets the top-level groups.

Declaration
public ReadOnlyObservableCollection<object> Groups { get; }
Property Value
Type Description
ReadOnlyObservableCollection<object>

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

Implements