Version

SummaryValue Class Properties

For a list of all members of this type, see SummaryValue members.

Public Properties
 NameDescription
Public PropertyAppearanceAppearance that will be applied to this summary value.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyGroupBySummaryValueAppearanceAppearance applied to summaries associated with this SummerySettings object that are displayed in the group-by rows.  
Public PropertyHasAppearanceReturns true if appearance object for Appearance property has been allocated.  
Public PropertyHasGroupBySummaryValueAppearanceReturns true if groupBySummaryValueAppearance object for GroupBySummaryValueAppearance property has been allocated.  
Public PropertyKeyKey associated with the associated SummarySettingsObject. (Read-only).  
Public PropertyParentRowsRowsCollection object this SummaryValue corresponds to. RowsCollection returned will be from the same band as the band the associated SummarySettings object is assigned to.  
Public PropertySummarySettingsThe associated SummarySettings object.  
Public PropertySummaryTextReturns the text that will be displayed as the summary. This text is obtained by applying SummarySettings.DisplayFormat to the summary value. If there was no display format specified, a default display format is used.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolTipTextSpecifies the tooltip to display when the user hovers the mouse over the header.  
Public PropertyValueReturns the calculated summary value for this summary.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also