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

Definition

Constructors

C#
protected AggregateFunction()

Properties

Gets the display-friendly name.

C#
public abstract string DisplayName { get; }

Implements: INamed.DisplayName

Methods

Creates an AggregateValue supported by that AggregateFunction.

C#
protected virtual AggregateValue CreateAggregate(IAggregateContext context)
Parameters:contextIAggregateContext

AggregateContext containing information about AggregateValue usage.

Returns:

AggregateValue

An AggregateValue.

Creates an AggregateValue supported by that AggregateFunction.

C#
protected virtual AggregateValue CreateAggregate(Type dataType)
Parameters:dataTypeTypeReturns:

AggregateValue

An AggregateValue.

Gets a string format suitable to format the value of the AggregateValues produced by that AggregateFunction.

C#
public virtual string GetStringFormat(Type dataType, string format)
Parameters:dataTypeType

The type of the data items.

formatstring

A string format selected by other means. You may keep or discard it.

Returns:

string

A string.