Version

SummaryResult Class Members

The following tables list the members exposed by SummaryResult.

Public Properties
 NameDescription
Public PropertyDisplayAreaResolvedDetermines if and where the summary result is displayed (read-only).  
Public PropertyDisplayTextReturns the display text of the summary result.  
Public PropertyDisplayTextAsyncReturns the display text of the summary result.  
Public PropertyParentCollectionReturns the parent collection this summary result object belongs to.  
Public PropertyPositionFieldResolvedThe summary will be aligned with this field in the summary record.  
Public PropertySourceFieldReturns the field whose values are being summarized.  
Public PropertySummaryDefinitionGets the associated SummaryDefinition object.  
Public PropertyToolTipSpecifies the tooltip to display when the mouse is hovered over the summary result.  
Public PropertyToolTipResolvedReturns the resolved tooltip that will be displayed when the mouse hovers the summary result.  
Public PropertyValueReturns the result of the summary calculation.  
Public PropertyValueAsyncReturns the result of the summary calculation when it was calculated the last time. It doesn't force the summary to be calculated if it's marked dirty.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodRefreshRe-calculates the summary result.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedOverridden. Overridden. Called when the value of 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