New to Telerik UI for WPFStart a free 30-day trial

Serves as a base class for group descriptors with aggregate functions. Holds AggregateFunctions that will be used to aggregate the results from the descriptor.

Definition

Constructors

Initializes a new instance of the AggregatedGroupDescriptorBase class.

C#
protected AggregatedGroupDescriptorBase()

Fields

AggregateFunctionsProperty

DependencyProperty

Identifies the AggregateFunctions readonly dependency property.

C#
public static readonly DependencyProperty AggregateFunctionsProperty

Properties

Gets the aggregate functions collection used when grouping is executed. This is a dependency property.

C#
public AggregateFunctionCollection AggregateFunctions { get; }