DirectedCalculationBindingBase Properties
The base class that specifies calculations whose results depend on the direction (along columns vertically or across rows horizontally) of the calculation.DirectedCalculationBindingBase serves as a Pivot Grid’s field calculation data binding in Optimized mode.
| Name | Description |
|---|---|
| Direction | Gets or sets the direction of the calculation. |
| PartitioningCriteria | Gets or sets how the window is defined for window calculations. Inherited from CalculationBindingBase. |
| Source | Gets or sets a data binding object that provides the data to calculate. Inherited from CalculationBindingBase. |
| TypeNameSerializable | Gets the string that is the type name used in serialization of the data binding types. Inherited from DataBindingBase. |
See Also