Angular DataGrid - export.texts
Configures the texts of export commands, buttons, and hints.
exportAll
The text or hint of the command that exports all data.
If you allow users to export selected rows or if the toolbar is in compact mode, exportAll specifies the text of the command that exports all data.

In other cases, this property specifies the Export button's hint.

exportSelectedRows
The text of the command that exports selected rows. Applies when allowExportSelectedData property is true.

exportTo
The hint of the Export button when the allowExportSelectedData property is true.

When allowExportSelectedData is false, the exportAll text is used as the hint.