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

In This Topic
    GroupDescriptions Property (ViewRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
    public ObservableCollection<GroupDescription> GroupDescriptions {get;}
    See Also