Skip to main content

CustomCustomizationFormSortEventArgsBase<T> Class

The base class for classes that provide arguments for the PivotGridControl.CustomCustomizationFormSort and ASPxPivotGrid.CustomCustomizationFormSort events.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class CustomCustomizationFormSortEventArgsBase<T> :
    EventArgs
    where T : PivotGridFieldBase

Type Parameters

Name
T
See Also