PivotFieldSortOptions Interface
Contains sort options for a PivotTable field.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return PivotFieldSortOptions objects:
Remarks
To access an object exposing the PivotFieldSortOptions interface, use the PivotField.Sort property. Utilize the object’s properties to get or modify sorting criteria applied to a specific field in the PivotTable report.
See Also