RadControls for Silverlight

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

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public abstract class AggregatedGroupDescriptorBase : GroupDescriptorBase, 
	IAggregateFunctionsProvider
Visual Basic
Public MustInherit Class AggregatedGroupDescriptorBase _
	Inherits GroupDescriptorBase _
	Implements IAggregateFunctionsProvider

Inheritance Hierarchy

See Also