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

DataAreaElementData.PivotGrid Property

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public abstract PivotGridControl PivotGrid { get; }

Property Value

Type Description
PivotGridControl

The Pivot Grid control to which the cell belongs.

See Also