Back to Devexpress

PivotCustomFieldSortEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-f98d9486.md

latest1.5 KB
Original Source

PivotCustomFieldSortEventArgs Class

Provides data for the PivotGridControl.CustomFieldSort event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class PivotCustomFieldSortEventArgs :
    EventArgs
vb
Public Class PivotCustomFieldSortEventArgs
    Inherits EventArgs

PivotCustomFieldSortEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs PivotCustomFieldSortEventArgs

See Also

PivotCustomFieldSortEventArgs Members

DevExpress.Xpf.PivotGrid Namespace