Skip to main content

PivotGridCustomFieldSortEventArgsBase<T>.SortLocation Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotSortLocation SortLocation { get; }

Property Value

Type Description
PivotSortLocation

A PivotSortLocation 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

For more information, refer to the platform-specific events:

WinForms ASP.NET ASP.NET MVC WPF
CustomFieldSort CustomFieldSort CustomFieldSort CustomFieldSort
See Also