PivotGridStyleFormatCondition.PivotGrid Property
In This Article
Gets the PivotGrid control which owns the current style format condition.
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