Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldSortOptions Interface

Contains sort options for a PivotTable field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface PivotFieldSortOptions

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