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

Represents an AggregateDescriptorBase that is associated with a particular property in the underlying ViewModel.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PropertyAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseDataDescriptorAggregateDescriptorBasePropertyAggregateDescriptor

Implements: INotifyPropertyChanged

Inherited Members AggregateDescriptorBase.FormatNotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

C#
public PropertyAggregateDescriptor()

Properties

Gets or sets the informative message to display as an illustration of the aggregate.

C#
public string Caption { get; set; }

Gets or sets the KnownFunction value to be applied to this aggregate.

C#
public KnownFunction Function { get; set; }

Gets or sets the name of the property that is used to compute the aggregate value.

C#
public string PropertyName { get; set; }

Methods

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring

Overrides: DataDescriptor.OnPropertyChanged(string)