Skip to main content

PivotCellBaseEventArgs.SummaryType Property

Gets the type of summary calculated in the current cell.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotSummaryType SummaryType { get; }

#Property Value

Type Description
PivotSummaryType

A PivotSummaryType value that specifies the summary type for the current cell.

See Also