PivotSortLocation Enum
In This Article
Lists values that specify a target UI element whose items are sorted.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Pivot
|
Specifies the Pivot Grid’s data. |
Filter
|
Specifies items in a filter drop-down window. |
Group
|
Specifies the group filter items. |
#Related API Members
The following properties accept/return PivotSortLocation values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Pivot |
ASP. |
Pivot |
#Remarks
Use the PivotGridCustomFieldSortEventArgsBase<T>.SortLocation property to get the target UI element.
See Also