Back to Devexpress

DxBlazorPivotTableStringId Enum

blazor-devexpress-dot-blazor-dot-pivottable-dot-localization.md

latest5.1 KB
Original Source

DxBlazorPivotTableStringId Enum

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

Namespace : DevExpress.Blazor.PivotTable.Localization

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public enum DxBlazorPivotTableStringId

Members

NameDescription
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.

| | A11y_CollapseButton |

The name of a collapse button. Assistive technology tools use this name.

| | A11y_ExpandButton |

The name of a collapse button. Assistive technology tools use this name.

| | A11y_HeaderFieldLabelTemplate |

The name of the Pivot Table field header’s label. Assistive technology tools use this name.

| | A11y_FilterMenu_ApplyButton |

The name of the Clear button in the filter menu. Assistive technology tools use this name.

| | A11y_FilterMenu_CancelButton |

The name of the Cancel button in the filter menu. Assistive technology tools use this name.

| | A11y_FilterMenu_ClearButton |

The name of the Clear button in the filter menu. Assistive technology tools use this name.

|

Remarks

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

See Also

DevExpress.Blazor.PivotTable.Localization Namespace