Intersoft ClientUI Documentation
GroupDescriptions Property



Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view.
Syntax
Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
Dim instance As PagedCollectionView
Dim value As ObservableCollection(Of GroupDescription)
 
value = instance.GroupDescriptions
public ObservableCollection<GroupDescription> GroupDescriptions {get;}
public:
property ObservableCollection<GroupDescription^>^ GroupDescriptions {
   ObservableCollection<GroupDescription^>^ get();
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback