Skip to main content

PivotGridField.PivotGrid Property

Gets the PivotGrid control that owns the current field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
public PivotGridControl PivotGrid { get; }

Property Value

Type Description
PivotGridControl

A PivotGridControl control that owns the current field.

See Also