PivotItemReference Class
In This Article
Represents a reference to a specific item in a pivot table.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Remarks
Instances of the PivotItemReference class are used as a parameter by the following methods.
- The PivotDataField.GetPivotData method to obtain summary data stored in a pivot table.
- The PivotField.SortItems method to sort a row or column field in the report based on values in a data field.
See Also