Skip to main content

TcxPivotGridCustomDataSet.PivotGrid Property

Specifies the ExpressPivotGrid control that provides source data for the current dataset.

Declaration

property PivotGrid: TcxCustomPivotGrid read; write;

Property Value

Type
TcxCustomPivotGrid

Remarks

If the SynchronizeData property is set to True, the dataset is automatically created after the PivotGrid property has been assigned.

See Also