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

PivotCustomFieldSortEventArgs Class

Provides data for the PivotGridControl.CustomFieldSort event.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public class PivotCustomFieldSortEventArgs :
    EventArgs

Remarks

The PivotGridControl.CustomFieldSort event allows you to implement a custom algorithm to sort field values.

Inheritance

Object
EventArgs
PivotCustomFieldSortEventArgs
See Also