Skip to main content

PivotGridCustomTotal(PivotSummaryType) Constructor

Initializes a new instance of the PivotGridCustomTotal class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridCustomTotal(
    PivotSummaryType summaryType
)

Parameters

Name Type Description
summaryType PivotSummaryType

A PivotSummaryType enumeration value that specifies the summary function type.

See Also