Skip to main content
A newer version of this page is available. .

PivotGridLocalizer.GetSummaryTypeText(PivotSummaryType) Method

Returns a localized name of the specified summary type.

Namespace: DevExpress.XtraPivotGrid.Localization

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public static string GetSummaryTypeText(
    PivotSummaryType summaryType
)

Parameters

Name Type Description
summaryType PivotSummaryType

A PivotSummaryType enumeration value identifying the summary type.

Returns

Type Description
String

A String corresponding to the specified summary type.

Remarks

You can also obtain localized names of field header areas using the static PivotGridLocalizer.GetAreaText method.

Use the static PivotGridLocalizer.GetString method to obtain a localized equivalent of any string displayed within default UI elements.

See Also