Skip to main content
All docs
V24.2

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

DxBlazorPivotTableStringId Enum

Lists string identifiers that define Pivot Table’s elements used for localization.

Namespace: DevExpress.Blazor.PivotTable.Localization

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

#Declaration

C#
public enum DxBlazorPivotTableStringId

#Members

Name Description
EmptyDataArea

The text displayed in the Pivot Table data area when there are no fields.’

EmptyHeaderArea

The text displayed in the Pivot Table header area when there are no fields.’

#Remarks

The DxBlazorPivotTableStringId enumeration fields specify IDs for Pivot Table‘s elements used within the DevExpress Localization Service. For more information about how to localize DevExpress Blazor components, refer to the following resources:

See Also