Class
PropertyAggregateDescriptor

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

Definition

Namespace:Telerik.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PropertyAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged

Inheritance: objectViewModelBaseDataDescriptorAggregateDescriptorBasePropertyAggregateDescriptor

Implements: INotifyPropertyChanged

Inherited Members AggregateDescriptorBase.FormatViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChanged

Constructors

PropertyAggregateDescriptor()

Declaration

cs-api-definition
public PropertyAggregateDescriptor()

Properties

Caption

Declaration

cs-api-definition
public string Caption { get; set; }

Property Value

string

Function

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

Declaration

cs-api-definition
public KnownFunction Function { get; set; }

Property Value

KnownFunction

PropertyName

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

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

Methods

PropertyChangedOverride(string)

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

Declaration

cs-api-definition
protected override void PropertyChangedOverride(string changedPropertyName)

Parameters

changedPropertyName

string

Overrides DataDescriptor.PropertyChangedOverride(string)