Version

SummaryValuesCollection Class Members

The following tables list the members exposed by SummaryValuesCollection.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAll (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Public PropertyCountOverridden. Overridden. Returns the number of elements in this collection.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyOverridden. Returns true if the collection is read-only  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemOverloaded. indexer  
Public PropertySummaryFooterCaptionGets or sets summary footer caption substitution string. This will be displayed in the caption of the associated summary footer.  
Public PropertySummaryFooterCaptionResolvedResolved summary footer caption for the summary footer associated with this summary values collection.  
Public PropertySummaryFooterCaptionVisibleResolvedIndicates whether the summary footer caption is visible or not.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyInitialCapacityOverridden. Property that specifies the initial capacity of the collection  
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodContains (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCopyToOverloaded. Copies the elements of the collection into the array.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetCaptionAreaHeightReturns the height required for the caption of the summary footer. It returns 0 if there is no caption to be displayed. NOTE: This method includes the borders.  
Public MethodGetFixedFooterAreaHeightReturns the height required for the fixed footer area. It returns 0 if there are no summaries to be displayed in fixed area of the summary footer. NOTE: This method includes the borders.  
Public MethodGetFixedSummaryLineHeightReturns the height for the specified level of the fixed summary area of the summary footer. If there are no summary settings for that level, then it will return 0. NOTE: This method includes the borders.  
Public MethodGetFreeFormFooterAreaHeightReturns the height required for the free-form footer area. It returns 0 if there are no summaries to be displayed in free-form area of the summary footer. NOTE: This method includes the borders.  
Public MethodGetFreeFormSummaryLineHeightReturns the height for the specified level of the freeform summary area of the summary footer. If there are no summary settings for that level, then it will return 0. NOTE: This method includes the borders.  
Public MethodGetItemOverridden. Returns the item at the specified index  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSummaryValueFromPositionOverloaded. Finds a summary value that will be displayed at position designated by summaryPosition and positionColumn parameters. If summaryPosition is UseSummaryPositionColumn, it will find a fixed summary that will be displayed under positionColumn at the level specified by the level parameter. If the summaryPosition is Left, Center or Right then the positionColumn parameter will be ignored and it will find a free-form summary that will be displayed under that area at the level specified by the level parameter.  
Public MethodIndexOf (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResolveSummaryFooterAppearanceOverloaded. Resolves the appearance used by the summary footer.  
Public MethodResolveSummaryFooterCaptionAppearanceResolves the appearance used by the summary footer caption.  
Public MethodResolveSummaryValueAppearanceResolves the summary value apperanace from the band.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAdd (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalInsert (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also