Class AggregateDescriptorBase
Represents the base class for all descriptors that describe an aggregate function within a data component.
Inherited Members
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class AggregateDescriptorBase : DataDescriptor, INotifyPropertyChanged
Constructors
AggregateDescriptorBase()
Declaration
protected AggregateDescriptorBase()
Properties
Format
Gets or sets the string value used to format the computed value, using the String.Format method.
Declaration
public string Format { get; set; }
Property Value
System.String
|