Skip to main content
A newer version of this page is available. .

CustomServerModeSortEventArgs Class

Provides data for the PivotGridControl.CustomServerModeSort event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public class CustomServerModeSortEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
CustomServerModeSortEventArgs
See Also