PivotSortLocation Enum
Lists values that specify a target UI element whose items are sorted.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Pivot
|
Specifies the Pivot Grid’s data. |
Filter
|
Specifies items in a filter drop-down window. |
GroupFilter
|
Specifies the group filter items. |
Related API Members
The following properties accept/return PivotSortLocation values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | PivotGridCustomFieldSortEventArgsBase<T>.SortLocation |
ASP.NET Web Forms Controls | PivotGridCustomFieldSortEventArgs.SortLocation |
Remarks
Use the PivotGridCustomFieldSortEventArgsBase<T>.SortLocation property to get the target UI element.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotSortLocation 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.