Back to Devexpress

PivotGridStyleFormatCondition.PivotGrid Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridstyleformatcondition.md

latest1.5 KB
Original Source

PivotGridStyleFormatCondition.PivotGrid Property

Gets the PivotGrid control which owns the current style format condition.

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 object which represents the PivotGrid control that owns the current style format condition.

|

See Also

PivotGridStyleFormatCondition Class

PivotGridStyleFormatCondition Members

DevExpress.XtraPivotGrid Namespace