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

CustomCustomizationFormSortEventArgsBase(PivotGridData) Constructor

Initializes a new instance of the CustomCustomizationFormSortEventArgsBase<T> class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public CustomCustomizationFormSortEventArgsBase(
    PivotGridData data
)

Parameters

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