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






Gets the top-level groups, constructed according to the descriptions specified in the System.Windows.Data.PagedCollectionView.GroupDescriptions property.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As ReadOnlyObservableCollection(Of Object)
 
value = instance.Groups
C# 
public ReadOnlyObservableCollection<object> Groups {get;}
Delphi 
public read-only property Groups: ReadOnlyObservableCollection; 
JScript 
public function get Groups : ReadOnlyObservableCollection
Managed Extensions for C++ 
public: __property ReadOnlyObservableCollection<Object*>* get_Groups();
C++/CLI 
public:
property ReadOnlyObservableCollection<Object^>^ Groups {
   ReadOnlyObservableCollection<Object^>^ get();
}

Property Value

A read-only collection of the top-level groups or null if there are no groups.

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.