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

PivotGridLocalizer.GetHeadersAreaText(Int32) Method

Returns a localized string to be displayed within the specified field header area when it is empty.

Namespace: DevExpress.XtraPivotGrid.Localization

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

Declaration

public static string GetHeadersAreaText(
    int areaIndex
)

Parameters

Name Type Description
areaIndex Int32

An integer value identifying the field header area.

Returns

Type Description
String

A String that should be displayed in the specified field header area.

Remarks

You can also obtain localized names of field header areas and summary types using the static PivotGridLocalizer.GetAreaText and PivotGridLocalizer.GetSummaryTypeText methods, respectively.

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

See Also