Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public abstract class DataBinding :
    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.

See Also