New to Telerik UI for WPFStart a free 30-day trial

An available calculation option.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public abstract class CalculationOption : INamed

Inheritance: objectCalculationOption

Derived Classes: ItemBasedCalculationRunningTotalCalculationSimpleCalculation

Implements: INamed

Properties

Gets the display friendly name for the option.

C#
public abstract string DisplayName { get; }

Implements: INamed.DisplayName

Gets a value that indicates if this calculation option requires a base item selection.

C#
public bool RequiresBaseItem { get; }

Gets a value that indicates if this calculation option requires a base label selection.

C#
public bool RequiresBaseLabel { get; }