Intersoft ClientUI Documentation
Aggregates Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel.CollectionViews Namespace > ICollectionViewGroup Interface : Aggregates Property






Gets hashtable contains aggregate values for this collection view group.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Aggregates As Dictionary(Of Binding,AggregateValues)
Visual Basic (Usage)Copy Code
Dim instance As ICollectionViewGroup
Dim value As Dictionary(Of Binding,AggregateValues)
 
value = instance.Aggregates
C# 
Dictionary<Binding,AggregateValues> Aggregates {get;}
Delphi 
read-only property Aggregates: Dictionary; 
JScript 
function get Aggregates : Dictionary
Managed Extensions for C++ 
__property Dictionary<Binding*,AggregateValues*>* get_Aggregates();
C++/CLI 
property Dictionary<Binding^,AggregateValues^>^ Aggregates {
   Dictionary<Binding^,AggregateValues^>^ get();
}

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.