PivotGridLocalizer.GetSummaryTypeText(PivotSummaryType) Method
Returns a localized name of the specified summary type.
Namespace: DevExpress.XtraPivotGrid.Localization
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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