PivotGridLocalizer.GetAreaText(Int32) Method
In This Article
Returns a localized name of the specified field header area.
Namespace: DevExpress.XtraPivotGrid.Localization
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
area |
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