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

PivotGridLocalizer.GetAreaText(Int32) Method

Returns a localized name of the specified field header area.

Namespace: DevExpress.XtraPivotGrid.Localization

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

Declaration

public static string GetAreaText(
    int areaIndex
)

Parameters

Name Type Description
areaIndex Int32

An integer value identifying the field header area.

Returns

Type Description
String

A String corresponding to the specified field header area.

Remarks

You can also obtain localized names of summary types using the static PivotGridLocalizer.GetSummaryTypeText method.

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

See Also