Name | Description | |
---|---|---|
AggregateFormatProperty | ||
AggregateFunctionsProperty | Collection of aggregate functions. | |
ResultTemplateProperty | Gets or sets the data template that will be applied to the result of the aggregate function. |
The following tables list the members exposed by DataGridAggregate.
Name | Description | |
---|---|---|
AggregateFormatProperty | ||
AggregateFunctionsProperty | Collection of aggregate functions. | |
ResultTemplateProperty | Gets or sets the data template that will be applied to the result of the aggregate function. |
Name | Description | |
---|---|---|
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
ResultFormat | Gets or sets the text that will be shown in the cell, the ocurrences of the text "{0}" will be replaced with the result of the aggregate function. | |
ResultTemplate | Gets or sets the data template that will be applied to the result of the aggregate function. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
Compute | Execute the aggregate function. | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetAggregateFunctions | Gets the collection of aggregate functions applied to the corresponding column. | |
GetDataTemplateFromString | Gets a from a string formatted(Only "{0}" is accepted). "SUM = {0}" | |
GetHashCode | (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetResult | Gets a System.Windows.Controls.ContentPresenter that contains the result of the aggregate function with the corresponding template applied. | |
GetResultText | Gets the text containing the result of the aggregate function after the ResultFormat is applied. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetAggregateFunctions | Sets the collection of aggregate functions that will be applied to the column. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |