Skip to main content

TcxPivotGridSortBySummaryInfo.PivotGrid Property

Provides access to the pivot grid control that owns the field whose values are sorted.

Declaration

property PivotGrid: TcxCustomPivotGrid read;

Property Value

Type
TcxCustomPivotGrid

Remarks

Use this property to access the properties and methods of the pivot grid control that owns the field whose values are sorted using the settings provided by the TcxPivotGridSortBySummaryInfo object.

See Also