Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v17.2.dll

Syntax
C# |
public PivotGridCustomSummaryEventArgs(
PivotGridData data,
PivotGridField field,
PivotCustomSummaryInfo customSummaryInfo
)
|
VB |
Public New(
ByVal data As PivotGridData,
ByVal field As PivotGridField,
ByVal customSummaryInfo As PivotCustomSummaryInfo
)
|

See Also