Skip to main content
A newer version of this page is available. .

CalculationBinding.Source Property

Gets or sets a data binding object that provides the data to calculate.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public DataBinding Source { get; set; }

Property Value

Type Description
DataBinding

A DataBinding descendant that provides the source data.

Remarks

A Source can be a DataSourceColumnBinding object that retrieves data from a data source or any other DataBinding descendant that provides calculated data.

See Also