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

PivotCustomFieldSortEventArgs.SortLocation Property

Gets a target UI element to whose values sorting is applied.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public FieldSortLocation SortLocation { get; }

Property Value

Type Description
FieldSortLocation

A FieldSortLocation enumeration value that specifies a target UI element.

Available values:

Name Description
Pivot

Specifies the Pivot Grid’s data.

Filter

Specifies items in a filter drop-down window.

GroupFilter

Specifies the group filter items.

Remarks

Use the PivotGridControl.CustomFieldSort event to sort data using custom rules.

See Also