Skip to main content

PivotSortLocation Enum

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

Namespace: DevExpress.XtraPivotGrid

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

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

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