Angular DataGrid - ExportTexts

Configures the texts of export commands, buttons, and hints.

import { ExportTexts } from "devextreme/ui/data_grid"

exportAll

The text or hint of the command that exports all data.

Type:

String

Default Value: 'Export all data to {0}'

exportSelectedRows

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

Type:

String

Default Value: 'Export selected rows to {0}'

exportTo

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

Type:

String

Default Value: 'Export'