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

In This Topic
    GroupDescriptions Property
    In This Topic
    Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupDescriptions As System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)
    public System.Collections.ObjectModel.ObservableCollection<GroupDescription> GroupDescriptions {get;}

    Property Value

    A collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped.
    See Also