For a list of all members of this type, see SummarySettings members.
Name | Description | |
---|---|---|
Appearance | Appearance that will be applied to summaries associated with this SummerySettings object. | |
Band | Returns the associated band. | |
CustomSummaryCalculator | Gets or sets the ICustomSummaryCalculator object used for calculating custom summary. This only applies if SummaryType is set to Custom. | |
DisplayFormat | A substitution string used for formatting the summary. For example: "{0}", "Total = {0}". | |
DisplayFormatProvider | Gets or sets the culture specific information used to determine how values are formatted. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Formula | Specifies the formula. UltraGridBase.CalcManager property must be set to a valid instance of Infragistics.Win.CalcEngine.IUltraCalcManager for this property to have any affect. Also the SummaryType property of this summary object must be set to Formula. | |
FormulaAbsoluteName | Returns the absolute name of the summary settings that you can use to refer to it in formulas. | |
FormulaValueConverter | Interface for providing custom logic for converting formula results and the formula source values. | |
GroupBySummaryValueAppearance | Appearance that will be applied to summaries in group-by rows associated with this SummerySettings object. | |
HasAppearance | Returns true if appearance object for Appearance property has been allocated. | |
HasGroupBySummaryValueAppearance | Returns true if appearance object for GroupBySummaryValueAppearance property has been allocated. | |
IsExternal | Returns True if the SummaryType is External or the Override.UseExternalSummaryCalculator property has been set to True. | |
Key | Overridden. Returns or sets a value that uniquely identifies an object in a collection. | |
Lines | Gets or sets the number of text lines summary associated with this summary settings object will have. | |
ShowCalculatingText | Specifies whether summaries will display "#Calculating" in when calculating with an UltraCalcManager. | |
SourceColumn | Gets or sets the source column. Data from the source column is what gets summarized. | |
SummaryDisplayArea | Specifies if and which area(s) the summaries will be displayed in. | |
SummaryPosition | Specifies where summary footers to display the summary. If its value is UseColumn, then the summary will be displayed under column returned by SummaryPositionColumn property in the summary footers. If its Left or Right they will be displayed in the free-form line of the summary footers. | |
SummaryPositionColumn | Column under which this property will be displayed. If SummaryPosition is something other than UseColumn, this will be ignored. This column must be from the band that this SummarySettings object is assigned to. | |
SummaryType | Type of summary to calculate. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToolTipText | Specifies the tooltip to display when the user hovers the mouse over the header. |
Name | Description | |
---|---|---|
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |