PivotGridField.PivotGrid Property
In This Article
Gets the PivotGrid control that owns the current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[Browsable(false)]
public PivotGridControl PivotGrid { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also