Skip to main content
All docs
V24.2

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

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