ClassPropertyAggregateDescriptor
Class
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:
cs-api-definition
public class PropertyAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorAggregateDescriptorBasePropertyAggregateDescriptor
Implements:
Inherited Members
Constructors
PropertyAggregateDescriptor()
Declaration
cs-api-definition
public PropertyAggregateDescriptor()
Properties
Caption
Gets or sets the informative message to display as an illustration of the aggregate.
Function
Gets or sets the KnownFunction value to be applied to this aggregate.
Declaration
cs-api-definition
public KnownFunction Function { get; set; }
Property Value
PropertyName
Gets or sets the name of the property that is used to compute the aggregate value.
Methods
OnPropertyChanged(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
Overrides