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

PivotGridCustomFieldSortEventArgsBase<T>.SortLocation Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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