Class CalculationOption
An available calculation option.
Inheritance
System.Object
CalculationOption
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class CalculationOption : Object, INamed
Properties
DisplayName
Gets the display friendly name for the option.
Declaration
public abstract string DisplayName { get; }
Property Value
System.String
|
Implements
RequiresBaseItem
Gets a value that indicates if this calculation option requires a base item selection.
Declaration
public bool RequiresBaseItem { get; }
Property Value
System.Boolean
|
RequiresBaseLabel
Gets a value that indicates if this calculation option requires a base label selection.
Declaration
public bool RequiresBaseLabel { get; }
Property Value
System.Boolean
|