DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Groups Property

In This Topic
    Groups Property (ViewRowCollection)
    In This Topic
    Gets the top-level groups.
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)

    Property Value

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