Skip to main content
All docs
V25.1
  • DxBlazorPivotTableStringId Enum

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

    Namespace: DevExpress.Blazor.PivotTable.Localization

    Assembly: DevExpress.Blazor.PivotTable.v25.1.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.’

    FilterHeaderArea_Empty

    The text displayed in the Pivot Table’s Filter Header Area when there are no fields.’

    FilterMenu_ApplyButton

    The text of the Apply button displayed in the Pivot Table’s Field Filter Menu.

    FilterMenu_BlanksItem

    The text of the Blanks item displayed in the Pivot Table’s Field Filter Menu when the field contains empty values.

    FilterMenu_CancelButton

    The text of the Cancel button displayed in the Pivot Table’s Field Filter Menu.

    FilterMenu_ClearButton

    The text of the Clear button displayed in the Pivot Table’s Field Filter Menu.

    FilterMenu_SearchBoxNullText

    The text displayed in the Field Filter Menu‘s search box when it is empty.

    FilterMenu_SelectAll

    The text of the Select All button displayed in the Pivot Table’s Field Filter Menu.

    FilterMenu_UnsupportedColumnTypeNotification

    The notification message displayed in the Field Filter Menu when the Pivot Table cannot create a filter item list for the current field.

    FilterMenu_ValuesHeaderText

    The text displayed in the Field Filter Menu header.

    FieldList_Caption

    The caption of the Field List displayed in the Pivot Table component.

    FieldList_AreaFieldList_Caption

    Captions of area lists (Rows, Columns, Data, Filter) in the Pivot Table’s Field List.

    FieldList_HiddenFieldList_Caption

    The caption of the Hidden fields list in the Pivot Table’s Field List.

    FieldList_Update_Btn

    The text of the Update button displayed in the Pivot Table’s Field List.

    FieldList_DeferredUpdateCheckBoxText

    The text of the Defer Layout Update checkbox displayed in the Pivot Table’s Field List.

    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