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

PivotSortLocation Enum

Lists values that specify a target UI element whose items are sorted.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public enum PivotSortLocation

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.

See Also