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

PivotGridField.PivotGrid Property

Gets the PivotGrid control that owns the current field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

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

Property Value

Type Description
PivotGridControl

A PivotGridControl control that owns the current field.

See Also