Class PropertyAggregateDescriptor
Represents an AggregateDescriptorBase that is associated with a particular property in the underlying ViewModel.
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.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.String
|
Function
Gets or sets the KnownFunction value to be applied to this aggregate.
Declaration
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
public string PropertyName { get; set; }
Property Value
System.String
|
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.String
propertyName
|