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

Base class for generic AggregateFunctions that preserve the meaning of the underlying data. It provides a basic functionality to select default string formats.

Definition

Constructors

C#
protected NumericFormatAggregateFunction()

Methods

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

C#
public override 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.

Overrides: AggregateFunction.GetStringFormat(Type, string)