Class AggregatedGroupDescriptorBase
Serves as a base class for group descriptors with aggregate functions. Holds AggregateFunctions that will be used to aggregate the results from the descriptor.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public abstract class AggregatedGroupDescriptorBase : GroupDescriptorBase, ISuspendNotifications, IGroupDescriptor, INotifyPropertyChanged, IAggregateFunctionsProvider
Constructors
AggregatedGroupDescriptorBase()
Initializes a new instance of the AggregatedGroupDescriptorBase class.
Declaration
protected AggregatedGroupDescriptorBase()
Fields
AggregateFunctionsProperty
Identifies the AggregateFunctions readonly dependency property.
Declaration
public static readonly DependencyProperty AggregateFunctionsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AggregateFunctions
Gets the aggregate functions collection used when grouping is executed. This is a dependency property.
Declaration
public AggregateFunctionCollection AggregateFunctions { get; }
Property Value
AggregateFunctionCollection
|
Explicit Interface Implementations
IAggregateFunctionsProvider.AggregateFunctions
Declaration
IEnumerable<AggregateFunction> IAggregateFunctionsProvider.AggregateFunctions { get; }
Returns
System.Collections.Generic.IEnumerable<AggregateFunction>
|