CustomServerModeSortEventArgs Class
Provides data for the PivotGridControl.CustomServerModeSort event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Remarks
Note
To sort field values using custom algorithms, set the PivotGridField.SortMode property to Custom.
To implement custom sorting logic, handle the PivotGridControl.CustomServerModeSort event. Data for this event is supplied by the CustomServerModeSortEventArgs class.
See Also