Class CalculationOption
Represents a calculation option.
Inheritance
System.Object
CalculationOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class CalculationOption
Constructors
CalculationOption()
Declaration
public CalculationOption()
Properties
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; }
Property Value
System.String
The display name. |
RequiresBaseItem
Declaration
public bool RequiresBaseItem { get; }
Property Value
System.Boolean
|
RequiresBaseLabel
Declaration
public bool RequiresBaseLabel { get; }
Property Value
System.Boolean
|