Skip to main content
A newer version of this page is available. .
Row

PivotFieldSortOptions Interface

Contains sort options for a PivotTable field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public interface PivotFieldSortOptions

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