ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Groups Property

In This Topic
    Groups Property
    In This Topic
    Gets the top-level groups.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Groups As System.Collections.ObjectModel.ReadOnlyObservableCollection(Of Object)
    public System.Collections.ObjectModel.ReadOnlyObservableCollection<object> Groups {get;}

    Property Value

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