Angular DataGrid - Export

Configures client-side exporting.

import { DxDataGridTypes } from "devextreme-angular/ui/data-grid"

allowExportSelectedData

Allows users to export selected rows only.

Type:

Boolean

Default Value: false

enabled

Adds the Export button to the DataGrid's toolbar.

Type:

Boolean

Default Value: false

formats

Specifies the availability and captions of data export buttons.

Default Value: 'DataGrid'

texts

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

Type:

Object