Class
AggregateDescriptorBase

Represents the base class for all descriptors that describe an aggregate function within a data component.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class AggregateDescriptorBase : DataDescriptor, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseDataDescriptorAggregateDescriptorBase

Derived Classes: DelegateAggregateDescriptorPropertyAggregateDescriptor

Implements: INotifyPropertyChanged

Inherited Members DataDescriptor.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

AggregateDescriptorBase()

Declaration

cs-api-definition
protected AggregateDescriptorBase()

Properties

Format

Gets or sets the string value used to format the computed value, using the String.Format method.

Declaration

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

Property Value

string