PivotGridCustomFieldSortEventArgs.SortLocation Property
Gets a target UI element to whose values sorting is applied.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Use the ASPxPivotGrid.CustomFieldSort event to sort data using custom rules.
See Also