Skip to main content

CustomServerModeSortEventArgs Class

Provides data for the PivotGridControl.CustomServerModeSort event.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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