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

PivotSortOrder Enum

Lists the values that specify the sort order of pivot grid fields.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotSortOrder

Members

Name Description
Ascending

Sorts the field in ascending order.

Descending

Sorts the field in descending order.

Related API Members

The following properties accept/return PivotSortOrder values:

Library Related API Members
Cross-Platform Class Library IThreadSafeField.SortOrder
PivotGridCustomFieldSortEventArgsBase<T>.SortOrder
PivotGridFieldBase.SortOrder
ASP.NET Web Forms Controls PivotGridCustomFieldSortEventArgs.SortOrder

Remarks

Values listed by this enumeration are used to set the PivotGridFieldBase.SortOrder property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotSortOrder enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also