Skip to main content

CustomCustomizationFormSortEventArgs(PivotGridData) Constructor

Initializes a new instance of the CustomCustomizationFormSortEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CustomCustomizationFormSortEventArgs(
    PivotGridData data
)

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridData
See Also