Version

SummaryDefinition Class Members

The following tables list the members exposed by SummaryDefinition.

Public Constructors
 NameDescription
Public ConstructorSummaryDefinition ConstructorConstructor. Initializes a new instance of SummaryDefinition object.  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CalculationSettingsPropertyIdentifies the CalculationSettings dependency property  
Public Fieldstatic (Shared in Visual Basic)CalculatorPropertyIdentifies the Calculator dependency property  
Public Fieldstatic (Shared in Visual Basic)DisplayAreaPropertyIdentifies the DisplayArea dependency property  
Public Fieldstatic (Shared in Visual Basic)IsVisiblePropertyIdentifies the IsVisible dependency property  
Public Fieldstatic (Shared in Visual Basic)KeyPropertyIdentifies the Key dependency property  
Public Fieldstatic (Shared in Visual Basic)PositionFieldNamePropertyIdentifies the PositionFieldName dependency property  
Public Fieldstatic (Shared in Visual Basic)PositionPropertyIdentifies the Position dependency property  
Public Fieldstatic (Shared in Visual Basic)SourceFieldNamePropertyIdentifies the SourceFieldName dependency property  
Public Fieldstatic (Shared in Visual Basic)StringFormatPropertyIdentifies the StringFormat dependency property  
Public Fieldstatic (Shared in Visual Basic)StringFormatProviderPropertyIdentifies the StringFormatProvider dependency property  
Public Fieldstatic (Shared in Visual Basic)ToolTipPropertyIdentifies the ToolTip dependency property  
Public Properties
 NameDescription
Public PropertyCalculationSettingsGet/sets the calculation settings related with this summary definition. This information is used for exposing cell summary data to a XamCalculationManager's network.  
Public PropertyCalculatorSpecifies the type of summary calculation to perform.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayAreaSpecifies if and where the summary is displayed. Default is resolved to TopLevelOnly and InGroupByRecords.  
Public PropertyFieldLayoutGets the associated field-layout.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsVisibleSpecifies whether the summary will be hidden or not in the display area (specified via DisplayArea) of the summary. Default value is True.  
Public PropertyKeyGets or sets the key of this SummaryDefinition object.  
Public PropertyParentCollectionReturns the collection if any that this SummaryDefinition instance belongs to.  
Public PropertyPositionSpecifies whether the summary results are displayed aligned with the field or whether they are displayed left, center or right of the summary record.  
Public PropertyPositionFieldNameSpecifies a different field other than the source field under which to position the summary result.  
Public PropertySourceFieldNameSpecifies the name of the field that will be summarized. This is the field whose cell values will be used in the summary calculation.  
Public PropertyStringFormatSpecifies the format to use to when displaying the summary result's value.  
Public PropertyStringFormatProviderSpecifies the format provider to use when formatting the result of the summary.  
Public PropertyToolTipSpecifies the tooltip to display when the mouse is hovered over the associated summary result.  
Public Methods
 NameDescription
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRefreshRecalculates the summary.  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedOverridden. Overridden. Called when a property's value changes.  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also