Class ItemBasedCalculation
A base class for item based calculation options.
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.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class ItemBasedCalculation : CalculationOption, INamed
Fields
Next
Gets an object that represents a special base item for selection.
Declaration
public static readonly object Next
Field Value
System.Object
|
Previous
Gets an object that represents a special base item for selection.
Declaration
public static readonly object Previous
Field Value
System.Object
|