CustomServerModeSortEventArgs Class
In This Article
Provides data for the PivotGridControl.CustomServerModeSort event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Remarks
Note
To sort field values using custom algorithms, set the Pivot
To implement custom sorting logic, handle the PivotGridControl.CustomServerModeSort event. Data for this event is supplied by the CustomServerModeSortEventArgs class.
See Also