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.v18.2.dll

Declaration

public class PivotCustomFieldSortEventArgs :
    EventArgs

Remarks

The PivotGridControl.CustomFieldSort event allows you to implement custom rules used to sort data.

Inheritance

Object
EventArgs
PivotCustomFieldSortEventArgs
See Also