TcxPivotGridCustomDataSet.PivotGrid Property
In This Article
Specifies the ExpressPivotGrid control that provides source data for the current dataset.
#Declaration
Delphi
property PivotGrid: TcxCustomPivotGrid read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
If the SynchronizeData property is set to True, the dataset is automatically created after the PivotGrid property has been assigned.
See Also