Back to Devexpress

DataBinding Class

wpf-devexpress-dot-xpf-dot-pivotgrid-51f73226.md

latest3.2 KB
Original Source

DataBinding Class

Base class of the the Data Binding API. Specifies the source data for the PivotGrid fields in Optimized mode.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public abstract class DataBinding :
    DXFrameworkContentElement
vb
Public MustInherit Class DataBinding
    Inherits DXFrameworkContentElement

The following members return DataBinding objects:

Remarks

The key concept of the Data Binding API is the data binding source. All functionality related to calculations are encapsulated into the data binding source - the DataBinding descendant that is assigned to the field’s DataBinding property.

For an example of use, review the Optimized Mode and Data Binding API topic.

Inheritance

Show 18 items

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DataBinding CalculationBinding

DataSourceColumnBinding

ExpressionDataBinding

OlapExpressionBinding

RunningTotalBinding

WindowExpressionBinding

RankBinding

MovingCalculationBinding

PercentOfTotalBinding

DifferenceBinding

DirectedCalculationBinding

See Also

DataBinding Members

Optimized Calculation Engine

DevExpress.Xpf.PivotGrid Namespace