Intersoft ClientUI Documentation
GroupDescriptions Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : GroupDescriptions Property






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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As ObservableCollection(Of GroupDescription)
 
value = instance.GroupDescriptions
C# 
public ObservableCollection<GroupDescription> GroupDescriptions {get;}
Delphi 
public read-only property GroupDescriptions: ObservableCollection; 
JScript 
public function get GroupDescriptions : ObservableCollection
Managed Extensions for C++ 
public: __property ObservableCollection<GroupDescription*>* get_GroupDescriptions();
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.