Skip to main content
A newer version of this page is available.
All docs
V19.2

PivotGridCustomFieldSortEventArgs(PivotGridData) Constructor

Initializes a new instance of the PivotGridCustomFieldSortEventArgs class with specified settings.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridCustomFieldSortEventArgs(
    PivotGridData data
)

Parameters

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