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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Classes
Name | Description |
---|---|
Calculation |
The base class that specifies the Pivot Grid field’s calculation binding in Optimized mode. |
Data |
The base class that specifies the Pivot Grid field’s data binding to a data source column. |
Difference |
The base class that specifies the calculated difference between values across a window. Difference serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
|
Directed |
The base class that specifies calculations whose results depend on the direction (along columns vertically or across rows horizontally) of the calculation.Directed serves as a Pivot Grid’s field calculation data binding in Optimized mode.
|
Expression |
The base class that specifies the Pivot Grid field’s calculations based on string expressions. |
Moving |
The base class that specifies aggregations across a specified number of values before and/or after the current value. Moving serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
|
OLAPExpression |
The base class that sets the Pivot Grid field’s data binding to an expression in OLAP mode. |
Percent |
The base class that calculates a value as a percentage of all values in the window. Percent serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
|
Rank |
The base class that calculates a ranking in the window. Rank serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
|
Running |
The base class that aggregates values cumulatively in the window. Running serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
|
Window |
The base class that uses a custom string expression with window functions to calculate values. Window serves as a calculation binding of a Pivot Grid’s field in Optimized mode.
|