Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#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