corelibraries-devexpress-dot-xtrapivotgrid-3656ed3b.md
Lists values that specify a target UI element whose items are sorted.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public enum PivotSortLocation
Public Enum PivotSortLocation
| Name | Description |
|---|---|
Pivot |
Specifies the Pivot Grid’s data.
|
| Filter |
Specifies items in a filter drop-down window.
|
| GroupFilter |
Specifies the group filter items.
|
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 |
Use the PivotGridCustomFieldSortEventArgsBase<T>.SortLocation property to get the target UI element.
See Also