[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.GroupDescriptions

GroupDescriptions Property

GroupDescriptions

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

Declaration
public ObservableCollection<GroupDescription> GroupDescriptions { get; }
Implements