[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.GroupDescriptions

GroupDescriptions Property

GroupDescriptions

Gets a collection of GroupDescription objects that describe how the items in the collection are grouped.

Declaration
public ObservableCollection<GroupDescription> GroupDescriptions { get; }
Property Value
Type Description
ObservableCollection<GroupDescription>

A collection of GroupDescription objects that describe how the items in the collection are grouped.

Implements