PivotGridCustomFieldSortEventArgsBase<T>.SortLocation Property
Gets a target UI element to whose values sorting is applied.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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
For more information, refer to the platform-specific events:
WinForms | ASP.NET | ASP.NET MVC | WPF |
---|---|---|---|
CustomFieldSort | CustomFieldSort | CustomFieldSort | CustomFieldSort |
See Also