Back to Devexpress

PivotSortLocation Enum

corelibraries-devexpress-dot-xtrapivotgrid-3656ed3b.md

latest1.8 KB
Original Source

PivotSortLocation Enum

Lists values that specify a target UI element whose items are sorted.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public enum PivotSortLocation
vb
Public Enum PivotSortLocation

Members

NameDescription
Pivot

Specifies the Pivot Grid’s data.

| | Filter |

Specifies items in a filter drop-down window.

| | GroupFilter |

Specifies the group filter items.

|

The following properties accept/return PivotSortLocation values:

LibraryRelated API Members
Cross-Platform Class LibraryPivotGridCustomFieldSortEventArgsBase<T>.SortLocation
ASP.NET Web Forms ControlsPivotGridCustomFieldSortEventArgs.SortLocation

Remarks

Use the PivotGridCustomFieldSortEventArgsBase<T>.SortLocation property to get the target UI element.

See Also

DevExpress.XtraPivotGrid Namespace