DevExpress.PivotGrid.DataBinding Namespace
Contains base classes to specify the PivotGrid’s field data binding in Optimized mode.
Assembly: DevExpress.PivotGrid.v20.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core
Classes
| Name | Description |
|---|---|
| CalculationBindingBase | The base class used to specify a PivotGrid’s field calculation data binding in Optimized mode. |
| DataSourceColumnBindingBase | Base class to specify a PivotGrid’s field data binding to a data source column in Optimized mode. |
| DifferenceBindingBase | Base class to specify the difference calculation between values across a window. Used as a PivotGrid’s field calculation data binding in Optimized mode. |
| DirectedCalculationBindingBase | Base class to specify calculations whose result is dependent on the direction of the calculation. Used as a PivotGrid’s field calculation data binding in Optimized mode. |
| ExpressionBindingBase | Base class to specify calculations based on string expressions. Used as a PivotGrid’s field calculation databinding in Optimized mode. |
| MovingCalculationBindingBase | Base class to specify aggregations across a specified number of values before and/or after the current value. Used as a PivotGrid’s field calculation databinding in Optimized mode. |
| PercentOfTotalBindingBase | Base class to calculate a value as a percentage of all values in the window. Used as a PivotGrid’s field calculation databinding in Optimized mode. |
| RankBindingBase | Base class to calculate a ranking in the window. Used as a PivotGrid’s field calculation databinding in Optimized mode. |
| RunningTotalBindingBase | Base class to aggregate values cumulatively in the window. Used as a PivotGrid’s field calculation databinding in Optimized mode. |
| WindowExpressionBindingBase | Base class that uses a custom string expression with window functions to calculate values. Used as a PivotGrid’s field calculation databinding in Optimized mode. |