Class PropertyAggregateDescriptor
Represents an Aggregate
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PropertyAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged, IPropertyDescriptor
Constructors
PropertyAggregateDescriptor()
Declaration
public PropertyAggregateDescriptor()
Properties
Caption
Gets or sets the informative message to display as an illustration of the aggregate.
Declaration
public string Caption { get; set; }
Property Value
System.
|
Function
Gets or sets the Known
Declaration
public KnownFunction Function { get; set; }
Property Value
PropertyName
Gets or sets the name of the property that is used to compute the aggregate value.
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|