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

In This Topic
    GroupDescriptions Property (ViewRowCollection)
    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 ObservableCollection(Of GroupDescription)
    public 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