Skip to main content

PivotCustomFieldSortEventArgs Class

Provides data for the PivotGridControl.CustomFieldSort event.

Namespace: DevExpress.Xpf.PivotGrid

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

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