DataAreaElementData.PivotGrid Property
In This Article
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public abstract PivotGridControl PivotGrid { get; }
#Property Value
Type | Description |
---|---|
Pivot |
The Pivot Grid control to which the cell belongs. |
See Also