Skip to main content
All docs
V25.1
  • WindowExpressionBindingBase.Source Property

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

    Namespace: DevExpress.PivotGrid.DataBinding

    Assembly: DevExpress.PivotGrid.v25.1.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