Back to Devexpress

PivotFieldSortOptions Interface

officefileapi-devexpress-dot-spreadsheet-3d5bfb7d.md

latest1.2 KB
Original Source

PivotFieldSortOptions Interface

Contains sort options for a PivotTable field.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface PivotFieldSortOptions
vb
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

PivotFieldSortOptions Members

DevExpress.Spreadsheet Namespace