New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a custom AggregateDescriptorBase implementation that allows custom aggregate function definition.

Definition

Constructors

C#
public DelegateAggregateDescriptor()

Properties

Gets or sets the IAggregateFunction instance that performs the aggregation of the values as specified by the ValueLookup property.

C#
public IAggregateFunction Function { get; set; }

Gets or sets the IKeyLookup instance used to retrieve the value from the underlying ViewModel, used for aggregated value computation.

C#
public IKeyLookup ValueLookup { get; set; }