Class
CalculationOption

An available calculation option.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public abstract class CalculationOption : INamed

Inheritance: objectCalculationOption

Derived Classes: ItemBasedCalculationRunningTotalCalculationSimpleCalculation

Implements: INamed

Properties

DisplayName

Gets the display friendly name for the option.

Declaration

cs-api-definition
public abstract string DisplayName { get; }

Property Value

string

Implements INamed.DisplayName

RequiresBaseItem

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

Declaration

cs-api-definition
public bool RequiresBaseItem { get; }

Property Value

bool

RequiresBaseLabel

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

Declaration

cs-api-definition
public bool RequiresBaseLabel { get; }

Property Value

bool