Skip to content

Commit

Permalink
Fix dxDataGridMethods.exportToExcel deprecation (#13084)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD committed May 18, 2020
1 parent 87a3040 commit c2f0e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/data_grid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ declare class dxDataGrid extends Widget implements GridBase {
/**
* @docid dxDataGridMethods.exportToExcel
* @publicName exportToExcel(selectionOnly)
* @deprecated excelExporterMethods.exportDataGrid
* @deprecated excelExporter.exportDataGrid
* @param1 selectionOnly:boolean
* @prevFileNamespace DevExpress.ui
* @public
Expand Down

0 comments on commit c2f0e83

Please sign in to comment.