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

Gets the AggregateFunction with the specified function name.

Definition

Constructors

C#
public AggregateFunctionCollection()

Properties

Gets the AggregateFunction with the specified function name.

C#
public AggregateFunction this[string functionName] { get; }
Parameters:functionNamestringProperty Value:

First AggregateFunction with the specified function name if any, otherwise null.