Back to Devexpress

CustomCustomizationFormSortEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-1b7970fe.md

latest1.8 KB
Original Source

CustomCustomizationFormSortEventArgs Class

Provides data for the PivotGridControl.CustomCustomizationFormSort event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class CustomCustomizationFormSortEventArgs :
    CustomCustomizationFormSortEventArgsBase<PivotGridField>
vb
Public Class CustomCustomizationFormSortEventArgs
    Inherits CustomCustomizationFormSortEventArgsBase(Of PivotGridField)

CustomCustomizationFormSortEventArgs is the data class for the following events:

Inheritance

Object EventArgs CustomCustomizationFormSortEventArgsBase<PivotGridField> CustomCustomizationFormSortEventArgs

See Also

CustomCustomizationFormSortEventArgs Members

DevExpress.XtraPivotGrid Namespace