CalculationOption
Class
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:
Implements:
Properties
Gets the display friendly name for the option.
C#
public abstract string DisplayName { get; }
Implements:
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; }