New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Constructors

C#
protected AggregateDescriptorBase()

Properties

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

C#
public string Format { get; set; }