Back to Devexpress

WindowExpressionBindingBase.Source Property

corelibraries-devexpress-dot-pivotgrid-dot-databinding-dot-windowexpressionbindingbase.md

latest1.8 KB
Original Source

WindowExpressionBindingBase.Source Property

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

Namespace : DevExpress.PivotGrid.DataBinding

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

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

Declaration

csharp
[Browsable(false)]
public DataBindingBase Source { get; set; }
vb
<Browsable(False)>
Public Property Source As DataBindingBase

Property Value

TypeDescription
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

WindowExpressionBindingBase Class

WindowExpressionBindingBase Members

DevExpress.PivotGrid.DataBinding Namespace