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

PivotGridField.DataBinding Property

Gets or sets the source data for the PivotGrid fields in Optimized mode.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public DataBinding DataBinding { get; set; }

Property Value

Type Description
DataBinding

A DataBinding object that specifies the source data for the PivotGrid fields in Optimized mode.

See Also