Class DelegateAggregateDescriptor
Represents a custom Aggregate
Inheritance
System.Object
DelegateAggregateDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DelegateAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged
Constructors
DelegateAggregateDescriptor()
Declaration
public DelegateAggregateDescriptor()
Properties
Function
Gets or sets the IAggregate
Declaration
public IAggregateFunction Function { get; set; }
Property Value
ValueLookup
Gets or sets the IKey
Declaration
public IKeyLookup ValueLookup { get; set; }