Class
AggregateDescriptorBase

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

Definition

Namespace:Telerik.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectViewModelBaseDataDescriptorAggregateDescriptorBase

Derived Classes: DelegateAggregateDescriptorPropertyAggregateDescriptor

Implements: INotifyPropertyChanged

Inherited Members DataDescriptor.PropertyChangedOverride(string)ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.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