Skip to main content

DevExpress.PivotGrid.DataBinding Namespace

Contains base classes to specify the Pivot Grid field’s data binding in Optimized, Server, and OLAP modes.

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Classes

Name Description
CalculationBindingBase The base class that specifies the Pivot Grid field’s calculation binding in Optimized mode.
DataSourceColumnBindingBase The base class that specifies the Pivot Grid field’s data binding to a data source column.
DifferenceBindingBase The base class that specifies the calculated difference between values across a window. DifferenceBindingBase serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
DirectedCalculationBindingBase 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.
ExpressionBindingBase The base class that specifies the Pivot Grid field’s calculations based on string expressions.
MovingCalculationBindingBase The base class that specifies aggregations across a specified number of values before and/or after the current value. MovingCalculationBindingBase serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
OLAPExpressionBindingBase The base class that sets the Pivot Grid field’s data binding to an expression in OLAP mode.
PercentOfTotalBindingBase The base class that calculates a value as a percentage of all values in the window. PercentOfTotalBindingBase serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
RankBindingBase The base class that calculates a ranking in the window. RankBindingBase serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
RunningTotalBindingBase The base class that aggregates values cumulatively in the window. RunningTotalBindingBase serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
WindowExpressionBindingBase The base class that uses a custom string expression with window functions to calculate values. WindowExpressionBindingBase serves as a calculation binding of a Pivot Grid’s field in Optimized mode.