Skip to main content

IThreadSafeField.SummaryType Property

Gets the type of summary function calculated against the current field.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

FieldSummaryType SummaryType { get; }

#Property Value

Type Description
FieldSummaryType

A FieldSummaryType enumeration value that specifies the type of summary function calculated against the current field.

#Remarks

This property returns the PivotGridField.SummaryType property value.

See Also