ClassDelegateAggregateDescriptor
Class
Represents a custom AggregateDescriptorBase implementation that allows custom aggregate function definition.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DelegateAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorAggregateDescriptorBaseDelegateAggregateDescriptor
Implements:
Inherited Members
Constructors
DelegateAggregateDescriptor()
Declaration
cs-api-definition
public DelegateAggregateDescriptor()
Properties
Function
Gets or sets the IAggregateFunction instance that performs the aggregation of the values as specified by the ValueLookup property.
Declaration
cs-api-definition
public IAggregateFunction Function { get; set; }
Property Value
ValueLookup
Gets or sets the IKeyLookup instance used to retrieve the value from the underlying ViewModel, used for aggregated value computation.