The following tables list the members exposed by SummaryDefinition.
Name | Description | |
---|---|---|
SummaryDefinition Constructor | Constructor. Initializes a new instance of SummaryDefinition object. |
Name | Description | |
---|---|---|
CalculationSettingsProperty | Identifies the CalculationSettings dependency property | |
CalculatorProperty | Identifies the Calculator dependency property | |
DisplayAreaProperty | Identifies the DisplayArea dependency property | |
IsVisibleProperty | Identifies the IsVisible dependency property | |
KeyProperty | Identifies the Key dependency property | |
PositionFieldNameProperty | Identifies the PositionFieldName dependency property | |
PositionProperty | Identifies the Position dependency property | |
SourceFieldNameProperty | Identifies the SourceFieldName dependency property | |
StringFormatProperty | Identifies the StringFormat dependency property | |
StringFormatProviderProperty | Identifies the StringFormatProvider dependency property | |
ToolTipProperty | Identifies the ToolTip dependency property |
Name | Description | |
---|---|---|
CalculationSettings | Get/sets the calculation settings related with this summary definition. This information is used for exposing cell summary data to a XamCalculationManager's network. | |
Calculator | Specifies the type of summary calculation to perform. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayArea | Specifies if and where the summary is displayed. Default is resolved to TopLevelOnly and InGroupByRecords. | |
FieldLayout | Gets the associated field-layout. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
IsVisible | Specifies whether the summary will be hidden or not in the display area (specified via DisplayArea) of the summary. Default value is True. | |
Key | Gets or sets the key of this SummaryDefinition object. | |
ParentCollection | Returns the collection if any that this SummaryDefinition instance belongs to. | |
Position | Specifies whether the summary results are displayed aligned with the field or whether they are displayed left, center or right of the summary record. | |
PositionFieldName | Specifies a different field other than the source field under which to position the summary result. | |
SourceFieldName | Specifies the name of the field that will be summarized. This is the field whose cell values will be used in the summary calculation. | |
StringFormat | Specifies the format to use to when displaying the summary result's value. | |
StringFormatProvider | Specifies the format provider to use when formatting the result of the summary. | |
ToolTip | Specifies the tooltip to display when the mouse is hovered over the associated summary result. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. 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) | |
CoerceValue | Coerces 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) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
Refresh | Recalculates the summary. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | Overridden. Overridden. Called when a property's value changes. | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |