New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.PivotGrid.Core.CalculatedField

Represents an abstraction of a calculated field.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.PivotGrid.Core.CalculatedField : INamed

Properties

DisplayName String

Name String

Gets the name of the calculated field.

Methods

CalculateValue

Gets the calculated value.

Parameters

aggregateValues Telerik.Web.UI.PivotGrid.Core.IAggregateValues

Interface used to get summary aggregate values for all properties returned by method.

Returns

Telerik.Web.UI.PivotGrid.Core.AggregateValue The calculated values.

RequiredFields

Gets all fields used in calculation.

Returns

System.Collections.Generic.IEnumerable1` Enumerable of all property names used in calculation.

In this article