Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

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

Type Parameters

Name
T
See Also