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

CellElementData.PivotGrid Property

Gets the Pivot Grid control to which the cell belongs.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public override PivotGridControl PivotGrid { get; }

Property Value

Type Description
PivotGridControl

A PivotGridControl instance to which the cell belongs.

See Also