Version

SummaryResultCollection Class Members

The following tables list the members exposed by SummaryResultCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection.  
Public PropertyIsReadOnlyReturns true since this collection is read-only.  
Public PropertyItemOverloaded. Gets the SummaryResult object with the specified summary key.  
Public PropertyRecordsGets the associated records whose data is summarized.  
Public PropertySummaryDefinitionsGets the associated summary definitions.  
Public PropertySummaryRecordHeaderSpecifies what to dispaly in the header of the summary record.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodContainsIndicates whether the specified item is in this collection.  
Public MethodCopyToCopies items from this collection to the specified array.  
Public MethodIndexOfReturns the location of the specified item in this collection.  
Public MethodRefreshRe-calculates the summary results.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedOverridden. Overridden. Called when HasListeners property changes.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also