Back to Devexpress

PivotCustomFieldSortEventArgs.SortLocation Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldsorteventargs-171c25a2.md

latest1.7 KB
Original Source

PivotCustomFieldSortEventArgs.SortLocation Property

Gets a target UI element whose items are sorted.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldSortLocation SortLocation { get; }
vb
Public ReadOnly Property SortLocation As FieldSortLocation

Property Value

TypeDescription
FieldSortLocation

A FieldSortLocation enumeration value that specifies the UI element.

|

Available values:

NameDescription
Pivot

Specifies the Pivot Grid’s data.

| | Filter |

Specifies items in a filter drop-down window.

| | GroupFilter |

Specifies the group filter items.

|

Remarks

Handle the PivotGridControl.CustomFieldSort event to sort data with custom rules.

See Also

PivotCustomFieldSortEventArgs Class

PivotCustomFieldSortEventArgs Members

DevExpress.Xpf.PivotGrid Namespace