Skip to main content

WindowExpressionBindingBase.Source Property

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

Namespace: DevExpress.PivotGrid.DataBinding

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

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

Declaration

[Browsable(false)]
public DataBindingBase Source { get; set; }

Property Value

Type Description
DataBindingBase

A DataBindingBase descendant that provides the source data.

Remarks

A Source can be a DataSourceColumnBindingBase descendant that retrieves data from a data source or any other DataBindingBase descendant that provides calculated data.

See Also