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

PivotFieldSortOptions.Type Property

Gets or sets the type of sort applied to the PivotTable field.

Namespace: DevExpress.Spreadsheet

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

Declaration

PivotFieldSortType Type { get; set; }

Property Value

Type Description
PivotFieldSortType

One of the PivotFieldSortType enumeration values specifying the sort order.

Property Paths

You can access this nested property as listed below:

Object Type Path to Type
PivotField
.Sort.Type

Remarks

Use the Type property to obtain or modify the type of sort applied to the specified pivot field.

If you wish to sort items in a specific field in ascending or descending order, use the PivotField.SortType property. To sort a row or column field based on values in a data field, use the PivotField.SortItems method.

See Also