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

FieldSortLocation Enum

Lists values that specify a target UI element to whose values sorting is applied.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.dll

Declaration

public enum FieldSortLocation

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 FieldSortLocation values:

Remarks

Use the PivotCustomFieldSortEventArgs.SortLocation property to get the target UI element.

See Also