Back to Devexpress

PivotSortOrder Enum

corelibraries-devexpress-dot-xtrapivotgrid-ffcfb7d5.md

latest2.1 KB
Original Source

PivotSortOrder Enum

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotSortOrder
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotSortOrder

Members

NameDescription
Ascending

Sorts the field in ascending order.

| | Descending |

Sorts the field in descending order.

|

The following properties accept/return PivotSortOrder values:

LibraryRelated API Members
Cross-Platform Class LibraryIThreadSafeField.SortOrder
PivotGridCustomFieldSortEventArgsBase<T>.SortOrder
PivotGridFieldBase.SortOrder
RankBindingBase.Order
ASP.NET Web Forms ControlsPivotGridCustomFieldSortEventArgs.SortOrder

Remarks

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

See Also

SortOrder

DevExpress.XtraPivotGrid Namespace