Back to Devexpress

PivotGridField.PivotGrid Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-036b068b.md

latest1.2 KB
Original Source

PivotGridField.PivotGrid Property

Gets the PivotGrid control that owns the current field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public PivotGridControl PivotGrid { get; }
vb
<Browsable(False)>
Public ReadOnly Property PivotGrid As PivotGridControl

Property Value

TypeDescription
PivotGridControl

A PivotGridControl control that owns the current field.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace